Advertisement
viraco4a

Untitled

Dec 12th, 2019
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. WARNING: An illegal reflective access operation has occurred
  2. WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
  3. WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
  4. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  5. WARNING: All illegal access operations will be denied in a future release
  6. [INFO] Scanning for projects...
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO] Reactor Build Order:
  9. [INFO]
  10. [INFO] master-pom [pom]
  11. [INFO] commons [jar]
  12. [INFO] erp [jar]
  13. [INFO] vpos [jar]
  14. [INFO] rest [jar]
  15. [INFO] integration [jar]
  16. [INFO]
  17. [INFO] ----------------------< com.digitoll:master-pom >-----------------------
  18. [INFO] Building master-pom 1.0-SNAPSHOT [1/6]
  19. [INFO] --------------------------------[ pom ]---------------------------------
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] Reactor Summary for master-pom 1.0-SNAPSHOT:
  22. [INFO]
  23. [INFO] master-pom ......................................... FAILURE [ 0.001 s]
  24. [INFO] commons ............................................ SKIPPED
  25. [INFO] erp ................................................ SKIPPED
  26. [INFO] vpos ............................................... SKIPPED
  27. [INFO] rest ............................................... SKIPPED
  28. [INFO] integration ........................................ SKIPPED
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] BUILD FAILURE
  31. [INFO] ------------------------------------------------------------------------
  32. [INFO] Total time: 0.845 s
  33. [INFO] Finished at: 2019-12-12T18:20:59+02:00
  34. [INFO] ------------------------------------------------------------------------
  35. [ERROR] Unknown lifecycle phase "initiliaze". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
  36. [ERROR]
  37. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  38. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  39. [ERROR]
  40. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  41. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement