I tried to configure JIRA with My Eclipse but failed.
Please tell me the steps to perform to configure the JIRA with Eclipes.
I am having the JIRA zip file.
Regards,
Sayeed Alam
NCR Corporation
Community moderators have prevented the ability to post new answers.
Still I am not getting the correct document (step by step) to bulid the project under Netbean or Eclipse. Please let me know any document for my help.
Frankly, I don't think that with the Atlassian-supplied documentation a Maven-novice has any chance of successfully building JIRA from source. I'm currently in the process of doing just that, but with quite a bit of Maven experience under my belt. First of all, you will need to add atlassian's repository to your maven setup, because the source distribution doesn't contain all the necessary POMs. POMs are essentially build meta-data. Since the files in question are rather small-ish - just some xml - it baffles me why they are not included.
Anyway: there are several options for introducing Atlassian's repository to maven:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dont forget, with eclipse, to add M2_REPO variable in eclipseOtherwise,
CF : http://maven.apache.org/guides/mini/guide-ide-eclipse.html
mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo
Eclipse will not found jars in your classpath
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How did it faily exactly?
Netbeans, with its maven support, should be able to open the parent pom.xml in the JIRA source directly.
For eclipse, you'd have to generate the eclipse project files using mvn eclipse:eclipse, then open the project in eclipse.
I would recommend utilsing the Atlassian SDK so you have the required maven repositories in your maven settings.xml in order to build the project.
Also check out this link - http://confluence.atlassian.com/display/DEVNET/Using+the+Atlassian+Plugin+SDK+with+a+Source+Code+License
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.