Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. mvn install:install-file -Dfile=Medius-Vaadin-Common-7.8.2.jar
  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. [INFO]
  8. [INFO] --- maven-install-plugin:2.4:install-file (default-cli) @ medius-nlp-ui ---
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] BUILD FAILURE
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO] Total time: 2.194 s
  13. [INFO] Finished at: 2019-03-18T15:35:36+01:00
  14. [INFO] ------------------------------------------------------------------------
  15. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install-file (default-cli) on project medius-nlp-ui: The artifact information is incomplete or not valid:
  16. [ERROR] [0] 'groupId' is missing.
  17. [ERROR] [1] 'artifactId' is missing.
  18. [ERROR] [2] 'packaging' is missing.
  19. [ERROR] [3] 'version' is missing.
  20. [ERROR]
  21. [ERROR] -> [Help 1]
  22. [ERROR]
  23. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  24. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  25. [ERROR]
  26. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  27. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement