jira plugin compile

mostafa jamareh August 19, 2013

i have a jira plugin that work on jira ver 5.1 and higher

but i want to compile it for jira 5.0

how can i do it?

thanks in advance,

2 answers

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 19, 2013

Change the JIRA version that you are compiliing in the pom.xml.

0 votes
RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 19, 2013

you need to change the jira data version on pom.xml

something as

<properties>
<jira.version>5.0.4</jira.version>
..
</properties>

and run the following command

atlas-clean
atlas-mvn eclipse:eclipse

mostafa jamareh August 19, 2013

I changed the pom.xml file, I saved it in my Desktop and run your commands.
The Build was successful and the target folder just got made.

I copy and overwrite the content of the target folder into the jar file and I tried to upload the plugin again.

I was able to install the plugin but at the first time It didn't get enabled.
I tried to enable it for the second time and the third time, It got enabled after three shots but It didn't show up at the top the page and didnt work.

what should I have to do now ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events