Created
June 20, 2014 15:25
-
-
Save hbons/039917c453f4729d90d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn build | |
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] AeroGear UnifiedPush Server | |
[INFO] UnifiedPush Model Layer | |
[INFO] UnifiedPush Server Model API | |
[INFO] UnifiedPush Server Model JPA implementation | |
[INFO] UnifiedPush Service Layer | |
[INFO] UnifiedPush Push Notification Networks | |
[INFO] UnifiedPush RESTful Endpoint | |
[INFO] UnifiedPush Server (WAR) | |
[INFO] UnifiedPush Auth Server | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building AeroGear UnifiedPush Server 0.11.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] AeroGear UnifiedPush Server ....................... FAILURE [0.002s] | |
[INFO] UnifiedPush Model Layer ........................... SKIPPED | |
[INFO] UnifiedPush Server Model API ...................... SKIPPED | |
[INFO] UnifiedPush Server Model JPA implementation ....... SKIPPED | |
[INFO] UnifiedPush Service Layer ......................... SKIPPED | |
[INFO] UnifiedPush Push Notification Networks ............ SKIPPED | |
[INFO] UnifiedPush RESTful Endpoint ...................... SKIPPED | |
[INFO] UnifiedPush Server (WAR) .......................... SKIPPED | |
[INFO] UnifiedPush Auth Server ........................... SKIPPED | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 1.795s | |
[INFO] Finished at: Fri Jun 20 16:24:30 BST 2014 | |
[INFO] Final Memory: 5M/60M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Unknown lifecycle phase "build". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-site, site, post-site, site-deploy, pre-clean, clean, post-clean. -> [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/LifecyclePhaseNotFoundException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment