Re: Forge version 1.5.34
My efforts to do a beta build and deploy ended in a failure.
I had removed "site" from my Maven goal and yet noticed a lot of report generation and uploading going on.
- Code: Select all
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] Forge Parent ....................................... SUCCESS [04:03 min]
[INFO] [INFO] Forge Core ......................................... SUCCESS [02:16 min]
[INFO] [INFO] Forge Game ......................................... SUCCESS [07:00 min]
[INFO] [INFO] Forge AI ........................................... SUCCESS [02:42 min]
[INFO] [INFO] Forge Net .......................................... SUCCESS [ 48.990 s]
[INFO] [INFO] Forge Gui .......................................... SUCCESS [04:09 min]
[INFO] [INFO] Forge .............................................. SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 25:37 min
[INFO] [INFO] Finished at: 2015-01-31T10:29:05-05:00
[INFO] [INFO] Final Memory: 75M/317M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] PermGen space -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Forge Parent ....................................... FAILURE [30:28 min]
[INFO] Forge Core ......................................... SUCCESS [ 2.833 s]
[INFO] Forge Game ......................................... SUCCESS [ 3.148 s]
[INFO] Forge AI ........................................... SUCCESS [ 0.697 s]
[INFO] Forge Net .......................................... SUCCESS [ 0.107 s]
[INFO] Forge Gui .......................................... SUCCESS [ 1.558 s]
[INFO] Forge .............................................. SUCCESS [01:32 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32:11 min
[INFO] Finished at: 2015-01-31T10:29:06-05:00
[INFO] Final Memory: 34M/206M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5:perform (default-cli) on project forge: Maven execution failed, exit code: '1' -> [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/MojoExecutionException
logout
[Process completed]
I had removed "site" from my Maven goal and yet noticed a lot of report generation and uploading going on.