Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. $ mvn package
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] --------------------< si.medius.nlp:medius-nlp-ui >---------------------
  5. [INFO] Building medius-nlp-ui 1.0-SNAPSHOT
  6. [INFO] --------------------------------[ war ]---------------------------------
  7. [WARNING] The POM for si.medius:Medius-Vaadin-Common:jar:7.8.2 is missing, no dependency information available
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] BUILD FAILURE
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] Total time: 3.188 s
  12. [INFO] Finished at: 2019-03-24T17:21:09+01:00
  13. [INFO] ------------------------------------------------------------------------
  14. [ERROR] Failed to execute goal on project medius-nlp-ui: Could not resolve dependencies for project si.medius.nlp:medius-nlp-ui:war:1.0-SNAPSHOT: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact si.medius:Medius-Vaadin-Common:jar:7.8.2 has not been downloaded from it before. -> [Help 1]
  15. [ERROR]
  16. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  17. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  18. [ERROR]
  19. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  20. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement