|
| ||
|
Description on how to setup the development environment for the Zendesk JIRA pluginTo build the jar file use:
Setup integration test environmentTo run the integration test the corresponding JIRA versions need to be installed, and the Maven build environment configured to use these installations. The seps to achieve this is:
Other types of buildsEclipse debuggingLocal JIRA
Note: The local jira will be run from a debug folder directly in the project root, when the plugin-debug profile is enabled. This means that a mvn clean wouldn't clean the debug jira installation, this needs to be manually deleted. Remote JIRAAlternatively you kan run the integration test towards a independent JIRA installation by.
Clover reportNot implemented yet, see ZEN-26 Enable Clover coverage To enabled clover coverage, copy the clover.license file to the ~/.m2 folder Generate the site target with clover report as: mvn clean clover2:instrument site |
For further details see:
Unresolved build issues |