Advertisement
k0mZ

Untitled

May 22nd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building javaweb 0.0.1-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javaweb ---
  8. [INFO] Deleting C:\Users\milos\eclipse-workspace-oxygen\new_workspace\javaweb\target
  9. [INFO]
  10. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javaweb ---
  11. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  12. [INFO] Copying 2 resources
  13. [INFO]
  14. [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ javaweb ---
  15. [INFO] Changes detected - recompiling the module!
  16. [INFO] Compiling 7 source files to C:\Users\milos\eclipse-workspace-oxygen\new_workspace\javaweb\target\classes
  17. [INFO]
  18. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javaweb ---
  19. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  20. [INFO] skip non existing resourceDirectory C:\Users\milos\eclipse-workspace-oxygen\new_workspace\javaweb\src\test\resources
  21. [INFO]
  22. [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ javaweb ---
  23. [INFO] Changes detected - recompiling the module!
  24. [INFO] Compiling 1 source file to C:\Users\milos\eclipse-workspace-oxygen\new_workspace\javaweb\target\test-classes
  25. [INFO]
  26. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ javaweb ---
  27. [INFO] Surefire report directory: C:\Users\milos\eclipse-workspace-oxygen\new_workspace\javaweb\target\surefire-reports
  28.  
  29. -------------------------------------------------------
  30. T E S T S
  31. -------------------------------------------------------
  32. Running com.jpa.javaweb.AppTest
  33. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
  34.  
  35. Results :
  36.  
  37. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  38.  
  39. [INFO]
  40. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ javaweb ---
  41. [INFO] Building jar: C:\Users\milos\eclipse-workspace-oxygen\new_workspace\javaweb\target\javaweb-0.0.1-SNAPSHOT.jar
  42. [INFO]
  43. [INFO] --- maven-install-plugin:2.4:install (default-install) @ javaweb ---
  44. [INFO] Installing C:\Users\milos\eclipse-workspace-oxygen\new_workspace\javaweb\target\javaweb-0.0.1-SNAPSHOT.jar to C:\Users\milos\.m2\repository\com\jpa\javaweb\0.0.1-SNAPSHOT\javaweb-0.0.1-SNAPSHOT.jar
  45. [INFO] Installing C:\Users\milos\eclipse-workspace-oxygen\new_workspace\javaweb\pom.xml to C:\Users\milos\.m2\repository\com\jpa\javaweb\0.0.1-SNAPSHOT\javaweb-0.0.1-SNAPSHOT.pom
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] BUILD SUCCESS
  48. [INFO] ------------------------------------------------------------------------
  49. [INFO] Total time: 5.647 s
  50. [INFO] Finished at: 2018-05-22T23:22:48+02:00
  51. [INFO] Final Memory: 18M/215M
  52. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement