Skip to content

Instantly share code, notes, and snippets.

@rkanavath
Created June 20, 2016 11:32
Show Gist options
  • Save rkanavath/e18399ca91fbc81b84b3ac6ab7700903 to your computer and use it in GitHub Desktop.
Save rkanavath/e18399ca91fbc81b84b3ac6ab7700903 to your computer and use it in GitHub Desktop.
/usr/lib/jvm/java-7-openjdk-amd64/bin/java -Dmaven.home=/home/rkanavath/packages/idea-IC-145.1617.8/plugins/maven/lib/maven3 -Dclassworlds.conf=/home/rkanavath/packages/idea-IC-145.1617.8/plugins/maven/lib/maven3/bin/m2.conf -Didea.launcher.port=7532 -Didea.launcher.bin.path=/home/rkanavath/packages/idea-IC-145.1617.8/bin -Dfile.encoding=UTF-8 -classpath /home/rkanavath/packages/idea-IC-145.1617.8/plugins/maven/lib/maven3/boot/plexus-classworlds-2.4.jar:/home/rkanavath/packages/idea-IC-145.1617.8/lib/idea_rt.jar com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=2016.1.3 clean
[INFO] Scanning for projects...
Downloading: http://nexus.senbox.net/nexus/content/repositories/public/org/codehaus/mojo/nbm-maven-plugin/3.14/nbm-maven-plugin-3.14.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/nbm-maven-plugin/3.14/nbm-maven-plugin-3.14.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.acme.snap.examples:snap-engine-python-operator:4.0.0-SNAPSHOT (/home/rkanavath/snap-examples/snap-engine-python-operator/pom.xml) has 2 errors
[ERROR] Unresolveable build extension: Plugin org.codehaus.mojo:nbm-maven-plugin:3.14 or one of its dependencies could not be resolved: Failed to collect dependencies for org.codehaus.mojo:nbm-maven-plugin:jar:3.14 (): Failed to read artifact descriptor for org.codehaus.mojo:nbm-maven-plugin:jar:3.14: Could not transfer artifact org.codehaus.mojo:nbm-maven-plugin:pom:3.14 from/to snap-repo-public (http://nexus.senbox.net/nexus/content/repositories/public/): Failed to transfer file: http://nexus.senbox.net/nexus/content/repositories/public/org/codehaus/mojo/nbm-maven-plugin/3.14/nbm-maven-plugin-3.14.pom. Return code is: 503 , ReasonPhrase:Service Unavailable. -> [Help 2]
[ERROR] Unknown packaging: nbm @ line 26, column 16
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Process finished with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment