Advertisement
rohankanojia

Untitled

Feb 24th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. ~/work/repos/vertxhttpbooster : $ mvn clean install
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building Vert.x - HTTP 1.0.0-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
  8. 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
  9. Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
  10. 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)
  11. Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
  12. Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
  13. Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
  14. 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)
  15. Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
  16. 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
  17. Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
  18. 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)
  19. [INFO]
  20. [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ vertxhttpbooster ---
  21. [INFO] Deleting /home/rohan/work/repos/vertxhttpbooster/target
  22. [INFO]
  23. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java-version) @ vertxhttpbooster ---
  24. [INFO]
  25. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ vertxhttpbooster ---
  26. [INFO]
  27. [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ vertxhttpbooster ---
  28. [INFO] Executing: /bin/sh -c cd '/home/rohan/work/repos/vertxhttpbooster' && 'git' 'rev-parse' '--verify' 'HEAD'
  29. [INFO] Working directory: /home/rohan/work/repos/vertxhttpbooster
  30. [INFO] Storing buildNumber: 0b3ca5b2167ae7a31429196fcd4a5043d26a6604 at timestamp: 1519502182040
  31. [INFO] Storing buildScmBranch: master
  32. [INFO]
  33. [INFO] --- vertx-maven-plugin:1.0.13:initialize (vmp) @ vertxhttpbooster ---
  34. [INFO]
  35. [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ vertxhttpbooster ---
  36. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  37. [INFO] Copying 1 resource
  38. [INFO]
  39. [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ vertxhttpbooster ---
  40. [INFO] Changes detected - recompiling the module!
  41. [INFO] Compiling 1 source file to /home/rohan/work/repos/vertxhttpbooster/target/classes
  42. [INFO]
  43. [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ vertxhttpbooster ---
  44. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  45. [INFO] Copying 1 resource
  46. [INFO]
  47. [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ vertxhttpbooster ---
  48. [INFO] Changes detected - recompiling the module!
  49. [INFO] Compiling 2 source files to /home/rohan/work/repos/vertxhttpbooster/target/test-classes
  50. [INFO]
  51. [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ vertxhttpbooster ---
  52. [INFO]
  53. [INFO] -------------------------------------------------------
  54. [INFO] T E S T S
  55. [INFO] -------------------------------------------------------
  56. [INFO] Running io.openshift.booster.HttpApplicationTest
  57. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  58. SLF4J: Defaulting to no-operation (NOP) logger implementation
  59. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  60. Server started on port 8081
  61. Server started on port 8081
  62. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.848 s - in io.openshift.booster.HttpApplicationTest
  63. [INFO]
  64. [INFO] Results:
  65. [INFO]
  66. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
  67. [INFO]
  68. [INFO]
  69. [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ vertxhttpbooster ---
  70. [INFO] Building jar: /home/rohan/work/repos/vertxhttpbooster/target/vertxhttpbooster-1.0.0-SNAPSHOT.jar
  71. [INFO]
  72. [INFO] --- vertx-maven-plugin:1.0.13:package (vmp) @ vertxhttpbooster ---
  73. [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'
  74. [INFO] Working directory: /home/rohan/work/repos/vertxhttpbooster
  75. [INFO]
  76. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ vertxhttpbooster ---
  77. Downloading: https://maven.repository.redhat.com/ga/junit/junit/3.8.1/junit-3.8.1.pom
  78. Downloading: https://maven.repository.redhat.com/earlyaccess/all/junit/junit/3.8.1/junit-3.8.1.pom
  79. Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
  80. Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 1.7 kB/s)
  81. Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
  82. Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
  83. Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
  84. 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)
  85. Downloading: https://maven.repository.redhat.com/ga/junit/junit/3.8.1/junit-3.8.1.jar
  86. Downloading: https://maven.repository.redhat.com/ga/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
  87. Downloading: https://maven.repository.redhat.com/ga/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
  88. Downloading: https://maven.repository.redhat.com/earlyaccess/all/junit/junit/3.8.1/junit-3.8.1.jar
  89. Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
  90. Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
  91. Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
  92. Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
  93. Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
  94. Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 128 kB/s)
  95. 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)
  96. 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)
  97. [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
  98. [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
  99. [INFO] ------------------------------------------------------------------------
  100. [INFO] BUILD SUCCESS
  101. [INFO] ------------------------------------------------------------------------
  102. [INFO] Total time: 21.013 s
  103. [INFO] Finished at: 2018-02-25T01:26:34+05:30
  104. [INFO] Final Memory: 38M/427M
  105. [INFO] ------------------------------------------------------------------------
  106. ~/work/repos/vertxhttpbooster : $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement