Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 4.79 KB

File metadata and controls

50 lines (38 loc) · 4.79 KB

Quality Gate Status Bugs Code Smells Duplicated Lines (%) Lines of Code Reliability Rating Security Rating Maintainability Rating Vulnerabilities

Hook samples for Polarion Interceptor Manager extension

This project contains samples of hooks for Polarion Interceptor Manager extension.

The following hooks are available:

Quick start

The latest version of the hooks can be downloaded from the releases page and installed to Polarion instance without necessity to be compiled from the sources. Required hook(s) jar(s) should be copied to <polarion_home>/polarion/extensions/ch.sbb.polarion.extension.interceptor-manager/eclipse/plugins/hooks folder.

As jars copied please go to Interceptor Manager -> Settings page on admin pane and click "Reload hooks list" link in top-right corner. Now installed sample hooks are ready to be used.

Build

These hooks can be produced using maven:

mvn clean package

Installation to Polarion

To install these hooks to Polarion ch.sbb.polarion.extension.interceptor-manager.hook-samples.<hookname>-<version>.jar files should be copied to <polarion_home>/polarion/extensions/ch.sbb.polarion.extension.interceptor-manager/eclipse/plugins/hooks. It can be done manually or automated using maven build:

mvn clean install -P install-to-local-polarion

For automated installation with maven env variable POLARION_HOME should be defined and point to folder where Polarion is installed.