Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. [INFO] BrandMaker MMS ..................................... FAILURE [ 0.723 s]
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] BUILD FAILURE
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Total time: 3.750 s
  6. [INFO] Finished at: 2018-02-19T17:26:49+02:00
  7. [INFO] Final Memory: 71M/420M
  8. [INFO] ------------------------------------------------------------------------
  9. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (default-cli) on project mms-parent: Unable to find artifact. Failure to find com.brandmaker.dse:dse:jar:null in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
  10. [ERROR]
  11. [ERROR] Try downloading the file manually from the project website.
  12. [ERROR]
  13. [ERROR] Then, install it using the command:
  14. [ERROR] mvn install:install-file -DgroupId=com.brandmaker.dse -DartifactId=dse -Dversion=null -Dpackaging=jar -Dfile=/path/to/file
  15. [ERROR]
  16. [ERROR] Alternatively, if you host your own repository you can deploy the file there:
  17. [ERROR] mvn deploy:deploy-file -DgroupId=com.brandmaker.dse -DartifactId=dse -Dversion=null -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  18. [ERROR]
  19. [ERROR]
  20. [ERROR] com.brandmaker.dse:dse:jar:null
  21. [ERROR]
  22. [ERROR] from the specified remote repositories:
  23. [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement