Advertisement
Guest User

mvn assembly

a guest
Aug 30th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Reactor Build Order:
  4. [INFO]
  5. [INFO] Graylog Parent POM
  6. [INFO] Graylog Project Parent POM
  7. [INFO] AutoValue JavaBean extension
  8. [INFO] Graylog
  9. [INFO] integration-tests
  10. [INFO] Graylog Plugin Parent POM
  11. [INFO] Graylog Plugin with Web support Parent POM
  12. [INFO] graylog-plugin-archetype
  13. [INFO]
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Building Graylog Parent POM 2.3.1
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO]
  18. [INFO] --- maven-assembly-plugin:3.0.0:single (default-cli) @ graylog-parent ---
  19. [INFO]
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] Building Graylog Project Parent POM 2.3.1
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO]
  24. [INFO] --- maven-assembly-plugin:3.0.0:single (default-cli) @ graylog-project-parent ---
  25. [INFO]
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] Building AutoValue JavaBean extension 2.3.1
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO]
  30. [INFO] --- maven-assembly-plugin:3.0.0:single (default-cli) @ auto-value-javabean ---
  31. [INFO]
  32. [INFO] ------------------------------------------------------------------------
  33. [INFO] Building Graylog 2.3.1
  34. [INFO] ------------------------------------------------------------------------
  35. [INFO]
  36. [INFO] --- maven-assembly-plugin:3.0.0:single (default-cli) @ graylog2-server ---
  37. [INFO] Reading assembly descriptor: src/main/assembly/graylog.xml
  38. [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
  39. [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
  40. [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /lib/sigar
  41. [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /data/contentpacks
  42. [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /log
  43. [INFO] Building tar: /Users/pbrocker/Desktop/graylog2-server-2.3.1/target/assembly/graylog-2.3.1-20170830133909-graylog-server-tarball.tar.gz
  44. [INFO]
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] Building integration-tests 2.3.1
  47. [INFO] ------------------------------------------------------------------------
  48. [INFO]
  49. [INFO] --- maven-assembly-plugin:3.0.0:single (default-cli) @ integration-tests ---
  50. [INFO]
  51. [INFO] ------------------------------------------------------------------------
  52. [INFO] Building Graylog Plugin Parent POM 2.3.1
  53. [INFO] ------------------------------------------------------------------------
  54. [INFO]
  55. [INFO] --- maven-assembly-plugin:3.0.0:single (default-cli) @ graylog-plugin-parent ---
  56. [INFO]
  57. [INFO] ------------------------------------------------------------------------
  58. [INFO] Building Graylog Plugin with Web support Parent POM 2.3.1
  59. [INFO] ------------------------------------------------------------------------
  60. [INFO]
  61. [INFO] --- maven-assembly-plugin:3.0.0:single (default-cli) @ graylog-plugin-web-parent ---
  62. [INFO]
  63. [INFO] ------------------------------------------------------------------------
  64. [INFO] Building graylog-plugin-archetype 2.3.1
  65. [INFO] ------------------------------------------------------------------------
  66. [INFO]
  67. [INFO] --- maven-assembly-plugin:3.0.0:single (default-cli) @ graylog-plugin-archetype ---
  68. [INFO] ------------------------------------------------------------------------
  69. [INFO] Reactor Summary:
  70. [INFO]
  71. [INFO] Graylog Parent POM ................................. SUCCESS [ 0.412 s]
  72. [INFO] Graylog Project Parent POM ......................... SUCCESS [ 0.006 s]
  73. [INFO] AutoValue JavaBean extension ....................... SUCCESS [ 0.025 s]
  74. [INFO] Graylog ............................................ SUCCESS [ 7.896 s]
  75. [INFO] integration-tests .................................. SUCCESS [ 0.031 s]
  76. [INFO] Graylog Plugin Parent POM .......................... SUCCESS [ 0.310 s]
  77. [INFO] Graylog Plugin with Web support Parent POM ......... SUCCESS [ 0.034 s]
  78. [INFO] graylog-plugin-archetype ........................... SUCCESS [ 0.358 s]
  79. [INFO] ------------------------------------------------------------------------
  80. [INFO] BUILD SUCCESS
  81. [INFO] ------------------------------------------------------------------------
  82. [INFO] Total time: 9.418 s
  83. [INFO] Finished at: 2017-08-30T09:39:19-04:00
  84. [INFO] Final Memory: 45M/935M
  85. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement