Is any jar need I to manual Import?
I refere the http://www.novagenia.com/blog/en/2011/11/17/50/ to create an project.
You are most likely missing some dependencies from the pom.xml file.
Try adding this dependency:
<dependency> <groupId>com.atlassian.jira</groupId> <artifactId>atlassian-jira</artifactId> <version>${jira.version}</version> <scope>provided</scope> </dependency>
Then you'll have to recreate the eclipse plugin. You can do it with this command: atlas-mvn eclipse:clean eclipse:eclipse
After libraries have been downloaded, check if you can now see those imports.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.