Created
September 2, 2017 20:26
-
-
Save samtsai15/2c7589157d3769d03b56e12d732fa84d to your computer and use it in GitHub Desktop.
maven-project Console Output
This file contains hidden or 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
| Console Output | |
| 由使用者 admin 啟動 | |
| 建置中 工作區 /Users/Shared/Jenkins/Home/workspace/maven-project | |
| > git rev-parse --is-inside-work-tree # timeout=10 | |
| Fetching changes from the remote Git repository | |
| > git config remote.origin.url https://github.com/jleetutorial/maven-project.git # timeout=10 | |
| Fetching upstream changes from https://github.com/jleetutorial/maven-project.git | |
| > git --version # timeout=10 | |
| > git fetch --tags --progress https://github.com/jleetutorial/maven-project.git +refs/heads/*:refs/remotes/origin/* | |
| > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 | |
| > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 | |
| Checking out Revision 5eedbb9a25785842d70c05198f89d5514c12811a (refs/remotes/origin/master) | |
| Commit message: "Create README.md" | |
| > git config core.sparsecheckout # timeout=10 | |
| > git checkout -f 5eedbb9a25785842d70c05198f89d5514c12811a | |
| > git rev-list 5eedbb9a25785842d70c05198f89d5514c12811a # timeout=10 | |
| [maven-project] $ /Users/Earth/bitbucket/apache-maven-3.5.0/bin/mvn clean package | |
| [INFO] Scanning for projects... | |
| [WARNING] | |
| [WARNING] Some problems were encountered while building the effective model for com.example.maven-project:server:jar:1.0-SNAPSHOT | |
| [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. | |
| [WARNING] | |
| [WARNING] Some problems were encountered while building the effective model for com.example.maven-project:webapp:war:1.0-SNAPSHOT | |
| [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. | |
| [WARNING] | |
| [WARNING] Some problems were encountered while building the effective model for com.example.maven-project:maven-project:pom:1.0-SNAPSHOT | |
| [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. @ line 51, column 24 | |
| [WARNING] | |
| [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. | |
| [WARNING] | |
| [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. | |
| [WARNING] | |
| [WARNING] The project com.example.maven-project:maven-project:pom:1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Reactor Build Order: | |
| [INFO] | |
| [INFO] Maven Project | |
| [INFO] Server | |
| [INFO] Webapp | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building Maven Project 1.0-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-project --- | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building Server 1.0-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server --- | |
| [INFO] Deleting /Users/Shared/Jenkins/Home/workspace/maven-project/server/target | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ server --- | |
| [debug] execute contextualize | |
| [INFO] Using 'utf-8' encoding to copy filtered resources. | |
| [INFO] skip non existing resourceDirectory /Users/Shared/Jenkins/Home/workspace/maven-project/server/src/main/resources | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ server --- | |
| [INFO] Compiling 1 source file to /Users/Shared/Jenkins/Home/workspace/maven-project/server/target/classes | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ server --- | |
| [debug] execute contextualize | |
| [INFO] Using 'utf-8' encoding to copy filtered resources. | |
| [INFO] skip non existing resourceDirectory /Users/Shared/Jenkins/Home/workspace/maven-project/server/src/test/resources | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ server --- | |
| [INFO] Compiling 1 source file to /Users/Shared/Jenkins/Home/workspace/maven-project/server/target/test-classes | |
| [INFO] | |
| [INFO] --- maven-surefire-plugin:2.11:test (default-test) @ server --- | |
| [INFO] Surefire report directory: /Users/Shared/Jenkins/Home/workspace/maven-project/server/target/surefire-reports | |
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running com.example.TestGreeter | |
| Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec | |
| Results : | |
| Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 | |
| [INFO] | |
| [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ server --- | |
| [INFO] Building jar: /Users/Shared/Jenkins/Home/workspace/maven-project/server/target/server.jar | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building Webapp 1.0-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webapp --- | |
| [INFO] Deleting /Users/Shared/Jenkins/Home/workspace/maven-project/webapp/target | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ webapp --- | |
| [debug] execute contextualize | |
| [INFO] Using 'utf-8' encoding to copy filtered resources. | |
| [INFO] skip non existing resourceDirectory /Users/Shared/Jenkins/Home/workspace/maven-project/webapp/src/main/resources | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ webapp --- | |
| [INFO] No sources to compile | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ webapp --- | |
| [debug] execute contextualize | |
| [INFO] Using 'utf-8' encoding to copy filtered resources. | |
| [INFO] skip non existing resourceDirectory /Users/Shared/Jenkins/Home/workspace/maven-project/webapp/src/test/resources | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ webapp --- | |
| [INFO] No sources to compile | |
| [INFO] | |
| [INFO] --- maven-surefire-plugin:2.11:test (default-test) @ webapp --- | |
| [INFO] No tests to run. | |
| [INFO] Surefire report directory: /Users/Shared/Jenkins/Home/workspace/maven-project/webapp/target/surefire-reports | |
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Results : | |
| Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 | |
| [INFO] | |
| [INFO] --- maven-war-plugin:2.2:war (default-war) @ webapp --- | |
| [INFO] Packaging webapp | |
| [INFO] Assembling webapp [webapp] in [/Users/Shared/Jenkins/Home/workspace/maven-project/webapp/target/webapp] | |
| [INFO] Processing war project | |
| [INFO] Copying webapp resources [/Users/Shared/Jenkins/Home/workspace/maven-project/webapp/src/main/webapp] | |
| [INFO] Webapp assembled in [46 msecs] | |
| [INFO] Building war: /Users/Shared/Jenkins/Home/workspace/maven-project/webapp/target/webapp.war | |
| [INFO] WEB-INF/web.xml already added, skipping | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Reactor Summary: | |
| [INFO] | |
| [INFO] Maven Project ...................................... SUCCESS [ 0.295 s] | |
| [INFO] Server ............................................. SUCCESS [ 3.243 s] | |
| [INFO] Webapp ............................................. SUCCESS [ 1.077 s] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD SUCCESS | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 4.824 s | |
| [INFO] Finished at: 2017-09-03T04:10:33+08:00 | |
| [INFO] Final Memory: 21M/171M | |
| [INFO] ------------------------------------------------------------------------ | |
| Finished: SUCCESS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment