Skip to content

Instantly share code, notes, and snippets.

@jvanzyl
Created September 8, 2010 23:11
Show Gist options
  • Save jvanzyl/571032 to your computer and use it in GitHub Desktop.
Save jvanzyl/571032 to your computer and use it in GitHub Desktop.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Sonatype Runtime :: Recipe :: P2 Agent 3.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.2:clean (default-clean) @ p2-agent ---
[INFO]
[INFO] --- maven-p2-publisher-plugin:0.1.0-SNAPSHOT:assemble (default) @ p2-agent ---
[INFO] Installing org.sonatype.runtime.recipes:p2-agent:pom:root 3.6.0.SNAPSHOT.
[INFO] Installation failed.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Sonatype Runtime :: Aggregator .................... SUCCESS [1.304s]
[INFO] Sonatype Runtime :: BAR :: Aggregator ............. SUCCESS [0.231s]
[INFO] Sonatype Runtime :: BAR :: JSW .................... SUCCESS [1.335s]
[INFO] Sonatype Runtime :: BAR :: Maven 2.x .............. SUCCESS [0.278s]
[INFO] Sonatype Runtime :: BAR :: Maven 3.x .............. SUCCESS [0.255s]
[INFO] Sonatype Runtime :: ITAR :: Aggregator ............ SUCCESS [0.163s]
[INFO] Sonatype Runtime :: Advices :: Aggregator ......... SUCCESS [0.141s]
[INFO] Sonatype Runtime :: Advices :: Generic ............ SUCCESS [0.749s]
[INFO] Sonatype Runtime :: Advices :: Jetty .............. SUCCESS [0.439s]
[INFO] Sonatype Runtime :: Advices :: Maven 2.2.x ........ SUCCESS [0.230s]
[INFO] Sonatype Runtime :: Advices :: Maven 3.0.x ........ SUCCESS [0.275s]
[INFO] Sonatype Runtime :: Advices :: P2 Agent ........... SUCCESS [0.472s]
[INFO] Sonatype Runtime :: Recipe :: Aggregator .......... SUCCESS [0.127s]
[INFO] Sonatype Runtime :: Recipe :: Jetty Base .......... SUCCESS [3:00.479s]
[INFO] Sonatype Runtime :: Recipe :: Jetty ............... SUCCESS [27.033s]
[INFO] Sonatype Runtime :: Recipe :: Maven 2.2.1 ......... SUCCESS [3:48.252s]
[INFO] Sonatype Runtime :: Recipe :: Maven 3.0 Beta 1 .... SUCCESS [1:42.852s]
[INFO] Sonatype Runtime :: Recipe :: Maven 3.0 Beta 2 .... SUCCESS [1:09.153s]
[INFO] Sonatype Runtime :: Recipe :: P2 Agent ............ FAILURE [12.298s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:26.540s
[INFO] Finished at: Thu Sep 09 01:05:59 CEST 2010
[INFO] Final Memory: 25M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonatype.maven.plugins:maven-p2-publisher-plugin:0.1.0-SNAPSHOT:assemble (default) on project p2-agent: Execution default of goal org.sonatype.maven.plugins:maven-p2-publisher-plugin:0.1.0-SNAPSHOT:assemble failed: P2 provisioning failed to run (error code: 13). Reason:
Cannot complete the install because one or more required items could not be found.
Software being installed: org.sonatype.runtime.recipes:p2-agent:pom:root 3.6.0.SNAPSHOT
Missing requirement: osgi.bundle.default 1.0.0 requires 'org.eclipse.equinox.p2.eclipse.type bundle 0.0.0' but it could not be found
Cannot satisfy dependency:
From: org.sonatype.runtime.recipes:p2-agent:pom:root 3.6.0.SNAPSHOT
To: org.sonatype.runtime.installable osgi.bundle.default 1.0.0
Log file location: /Users/jvanzyl/js/sonatype-runtime-recipes/recipes/p2-agent/target/tycho-p2/p2-agent/eclipse/configuration/1283987147403.log
-> [Help 1]
[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/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :p2-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment