Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. $ mvn dependency:copy-dependency
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] BUILD FAILURE
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Total time: 1.029 s
  7. [INFO] Finished at: 2017-03-29T22:56:07+02:00
  8. [INFO] Final Memory: 6M/109M
  9. [INFO] ------------------------------------------------------------------------
  10. [ERROR] Could not find goal 'copy-dependency' in plugin org.apache.maven.plugins:maven-dependency-plugin:2.8 among available goals copy, analyze, unpack, list-repositories, resolve, resolve-plugins, build-classpath, list, analyze-dep-mgt, sources, analyze-duplicate, copy-dependencies, unpack-dependencies, go-offline, get, purge-local-repository, properties, analyze-report, tree, analyze-only, help -> [Help 1]
  11. [ERROR]
  12. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  13. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  14. [ERROR]
  15. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  16. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoNotFoundException
  17. martin@martin-Aspire-5749:~/Documentos/programming/java/Maven/my-app/my-app$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement