Skip to content

Instantly share code, notes, and snippets.

@flyerhzm
Created September 20, 2012 12:50
Show Gist options
  • Save flyerhzm/3755702 to your computer and use it in GitHub Desktop.
Save flyerhzm/3755702 to your computer and use it in GitHub Desktop.
torquebox-lite mvn install
➜ torquebox-lite git:(master) mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] TorqueBox Lite
[INFO] TorqueBox Lite Build Aggregator
[INFO] TorqueBox Lite Build Assembly
[INFO] TorqueBox Lite Gems Parent
[INFO] TorqueBox Lite Gem
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building TorqueBox Lite 0.1.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ torquebox-lite-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ torquebox-lite-parent ---
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ torquebox-lite-parent ---
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (default) @ torquebox-lite-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ torquebox-lite-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ torquebox-lite-parent ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (default) @ torquebox-lite-parent <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (default) @ torquebox-lite-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ torquebox-lite-parent ---
[INFO] Installing /Users/huangrichard/Downloads/torquebox-lite/pom.xml to /Users/huangrichard/.m2/repository/org/torquebox/torquebox-lite-parent/0.1.4-SNAPSHOT/torquebox-lite-parent-0.1.4-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building TorqueBox Lite Build Aggregator 0.1.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ torquebox-lite-build ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ torquebox-lite-build ---
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ torquebox-lite-build ---
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (default) @ torquebox-lite-build >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ torquebox-lite-build ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ torquebox-lite-build ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (default) @ torquebox-lite-build <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (default) @ torquebox-lite-build ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ torquebox-lite-build ---
[INFO] Installing /Users/huangrichard/Downloads/torquebox-lite/build/pom.xml to /Users/huangrichard/.m2/repository/org/torquebox/torquebox-lite-build/0.1.4-SNAPSHOT/torquebox-lite-build-0.1.4-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building TorqueBox Lite Build Assembly 0.1.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.torquebox:torquebox-dist:zip:bin:2.1.2-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] TorqueBox Lite .................................... SUCCESS [0.685s]
[INFO] TorqueBox Lite Build Aggregator ................... SUCCESS [0.032s]
[INFO] TorqueBox Lite Build Assembly ..................... FAILURE [0.034s]
[INFO] TorqueBox Lite Gems Parent ........................ SKIPPED
[INFO] TorqueBox Lite Gem ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.069s
[INFO] Finished at: Thu Sep 20 20:54:03 CST 2012
[INFO] Final Memory: 6M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project torquebox-lite-build-assembly: Could not resolve dependencies for project org.torquebox:torquebox-lite-build-assembly:pom:0.1.4-SNAPSHOT: Failure to find org.torquebox:torquebox-dist:zip:bin:2.1.2-SNAPSHOT in https://repository-projectodd.forge.cloudbees.com/snapshot was cached in the local repository, resolution will not be reattempted until the update interval of polyglot-snapshot has elapsed or updates are forced -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :torquebox-lite-build-assembly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment