Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/work/repos/vertxhttpbooster : $ mvn clean install
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building Vert.x - HTTP 1.0.0-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
- Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
- Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
- Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (6.4 kB at 4.0 kB/s)
- Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
- Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
- Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
- Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 16 kB/s)
- Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
- Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
- Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
- Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 kB at 38 kB/s)
- [INFO]
- [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ vertxhttpbooster ---
- [INFO] Deleting /home/rohan/work/repos/vertxhttpbooster/target
- [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: 1519502182040
- [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 ---
- [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.848 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:56:25 +0000' '--date=iso' '--' '/home/rohan/work/repos/vertxhttpbooster'
- [INFO] Working directory: /home/rohan/work/repos/vertxhttpbooster
- [INFO]
- [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ vertxhttpbooster ---
- Downloading: https://maven.repository.redhat.com/ga/junit/junit/3.8.1/junit-3.8.1.pom
- Downloading: https://maven.repository.redhat.com/earlyaccess/all/junit/junit/3.8.1/junit-3.8.1.pom
- Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
- Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 1.7 kB/s)
- Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
- Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
- Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
- Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4.0 kB at 7.3 kB/s)
- Downloading: https://maven.repository.redhat.com/ga/junit/junit/3.8.1/junit-3.8.1.jar
- Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
- Downloading: https://maven.repository.redhat.com/ga/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
- Downloading: https://maven.repository.redhat.com/earlyaccess/all/junit/junit/3.8.1/junit-3.8.1.jar
- Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
- Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
- Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
- Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
- Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
- Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 128 kB/s)
- Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (155 kB at 75 kB/s)
- Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 94 kB/s)
- [INFO] Installing /home/rohan/work/repos/vertxhttpbooster/target/vertxhttpbooster-1.0.0-SNAPSHOT.jar to /home/rohan/.m2/repository/io/openshift/booster/vertxhttpbooster/1.0.0-SNAPSHOT/vertxhttpbooster-1.0.0-SNAPSHOT.jar
- [INFO] Installing /home/rohan/work/repos/vertxhttpbooster/pom.xml to /home/rohan/.m2/repository/io/openshift/booster/vertxhttpbooster/1.0.0-SNAPSHOT/vertxhttpbooster-1.0.0-SNAPSHOT.pom
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD SUCCESS
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 21.013 s
- [INFO] Finished at: 2018-02-25T01:26:34+05:30
- [INFO] Final Memory: 38M/427M
- [INFO] ------------------------------------------------------------------------
- ~/work/repos/vertxhttpbooster : $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement