Project build error: Unresolveable build extension: Plugin com.atlassian.maven.plugins:maven-jira-plugin:5.0.2 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.7.0 at specified path C:\Program Files
\Java\jre7/../lib/tools.jar
I'm stuck on the above error on pom.xml. How can I able to solve this problem.
Thanks In Advance
I had same error and just got rid of the error, but I did a bunch of things: I removed the .project and .settings file/directory at the top level of my plugin directory. I removed my Eclipse workspace directory. I restarted Eclipse. when I went to add an Installed JREs under Windows->Preferences->Java,, instead of picking java 8, I chose, java 6(not important), but, i think, more importantly, instead of choosing the head of the "jdk" I went one directory lower to the jre subdirectory. I chose this:c:/Program\ Files/Java/jdk6/jre/ rather than this: c/Program\ Files/Java/jdk6/ This would satisfy, whatever component that was trying to go to JAVA_HOME/../lib. Note, it wants to go above the JRE directory into a lib directory. That would only work if you have the JRE directory as a subdirectory of the JDK directory AND that you choose the JRE directory when setting up th e installed JREs path.
Same error here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have this error too, but it does not stop me from running the Jira or its plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.