Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/work/repos/vertxhttpbooster : $ mvn package
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building Vert.x - HTTP 1.0.0-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java-version) @ vertxhttpbooster ---
- [INFO]
- [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ vertxhttpbooster ---
- [INFO]
- [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ vertxhttpbooster ---
- [INFO] Executing: /bin/sh -c cd '/home/rohan/work/repos/vertxhttpbooster' && 'git' 'rev-parse' '--verify' 'HEAD'
- [INFO] Working directory: /home/rohan/work/repos/vertxhttpbooster
- [INFO] Storing buildNumber: 0b3ca5b2167ae7a31429196fcd4a5043d26a6604 at timestamp: 1519501805817
- [INFO] Storing buildScmBranch: master
- [INFO]
- [INFO] --- vertx-maven-plugin:1.0.13:initialize (vmp) @ vertxhttpbooster ---
- [INFO]
- [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ vertxhttpbooster ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 1 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ vertxhttpbooster ---
- [INFO] Changes detected - recompiling the module!
- [INFO] Compiling 1 source file to /home/rohan/work/repos/vertxhttpbooster/target/classes
- [INFO]
- [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ vertxhttpbooster ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 1 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ vertxhttpbooster ---
- [INFO] Changes detected - recompiling the module!
- [INFO] Compiling 2 source files to /home/rohan/work/repos/vertxhttpbooster/target/test-classes
- [INFO]
- [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ vertxhttpbooster ---
- Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.pom
- Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.pom
- Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.pom
- Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.pom (3.3 kB at 2.1 kB/s)
- Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/surefire/surefire-providers/2.20/surefire-providers-2.20.pom
- Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/maven/surefire/surefire-providers/2.20/surefire-providers-2.20.pom
- Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.20/surefire-providers-2.20.pom
- Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.20/surefire-providers-2.20.pom (2.6 kB at 4.5 kB/s)
- Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.jar
- Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.jar
- Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.jar
- Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.jar (82 kB at 63 kB/s)
- [INFO]
- [INFO] -------------------------------------------------------
- [INFO] T E S T S
- [INFO] -------------------------------------------------------
- [INFO] Running io.openshift.booster.HttpApplicationTest
- SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
- SLF4J: Defaulting to no-operation (NOP) logger implementation
- SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
- Server started on port 8081
- Server started on port 8081
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s - in io.openshift.booster.HttpApplicationTest
- [INFO]
- [INFO] Results:
- [INFO]
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
- [INFO]
- [INFO]
- [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ vertxhttpbooster ---
- [INFO] Building jar: /home/rohan/work/repos/vertxhttpbooster/target/vertxhttpbooster-1.0.0-SNAPSHOT.jar
- [INFO]
- [INFO] --- vertx-maven-plugin:1.0.13:package (vmp) @ vertxhttpbooster ---
- [INFO] Executing: /bin/sh -c cd '/home/rohan/work/repos/vertxhttpbooster' && 'git' 'whatchanged' '--until=2018-02-24 19:50:13 +0000' '--date=iso' '--' '/home/rohan/work/repos/vertxhttpbooster'
- [INFO] Working directory: /home/rohan/work/repos/vertxhttpbooster
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD SUCCESS
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 9.666 s
- [INFO] Finished at: 2018-02-25T01:20:14+05:30
- [INFO] Final Memory: 39M/563M
- [INFO] ------------------------------------------------------------------------
- ~/work/repos/vertxhttpbooster : $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement