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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.