Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/maxfrai/Workspace/exrates/Controller "-Dmaven.home=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3" "-Dclassworlds.conf=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/bin/m2.conf" "-javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49504:/Applications/IntelliJ IDEA.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.1.2 compile -f pom.xml -P uat
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for kds:Controller:war:0.0.1-SNAPSHOT
  5. [WARNING] 'dependencies.dependency.scope' for io.projectreactor:reactor-bom:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ kds:Birzha:0.0.1-SNAPSHOT, /Users/maxfrai/Workspace/exrates/pom.xml, line 402, column 11
  6. [WARNING]
  7. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  8. [WARNING]
  9. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  10. [WARNING]
  11. [INFO]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Building Controller Maven Webapp 0.0.1-SNAPSHOT
  14. [INFO] ------------------------------------------------------------------------
  15. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Model/0.0.1-SNAPSHOT/maven-metadata.xml
  16. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Model/0.0.1-SNAPSHOT/Model-0.0.1-SNAPSHOT.pom
  17. [WARNING] The POM for kds:Model:jar:0.0.1-SNAPSHOT is missing, no dependency information available
  18. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Dao/0.0.1-SNAPSHOT/maven-metadata.xml
  19. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Dao/0.0.1-SNAPSHOT/Dao-0.0.1-SNAPSHOT.pom
  20. [WARNING] The POM for kds:Dao:jar:0.0.1-SNAPSHOT is missing, no dependency information available
  21. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Service/0.0.1-SNAPSHOT/maven-metadata.xml
  22. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Service/0.0.1-SNAPSHOT/Service-0.0.1-SNAPSHOT.pom
  23. [WARNING] The POM for kds:Service:jar:0.0.1-SNAPSHOT is missing, no dependency information available
  24. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/JDBC/0.0.1-SNAPSHOT/maven-metadata.xml
  25. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/JDBC/0.0.1-SNAPSHOT/JDBC-0.0.1-SNAPSHOT.pom
  26. [WARNING] The POM for kds:JDBC:jar:0.0.1-SNAPSHOT is missing, no dependency information available
  27. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Security/0.0.1-SNAPSHOT/maven-metadata.xml
  28. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Security/0.0.1-SNAPSHOT/Security-0.0.1-SNAPSHOT.pom
  29. [WARNING] The POM for kds:Security:jar:0.0.1-SNAPSHOT is missing, no dependency information available
  30. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/com/google/code/gson/gson/maven-metadata.xml
  31. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Model/0.0.1-SNAPSHOT/Model-0.0.1-SNAPSHOT.jar
  32. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Dao/0.0.1-SNAPSHOT/Dao-0.0.1-SNAPSHOT.jar
  33. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Service/0.0.1-SNAPSHOT/Service-0.0.1-SNAPSHOT.jar
  34. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/JDBC/0.0.1-SNAPSHOT/JDBC-0.0.1-SNAPSHOT.jar
  35. Downloading: https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/kds/Security/0.0.1-SNAPSHOT/Security-0.0.1-SNAPSHOT.jar
  36. [INFO] ------------------------------------------------------------------------
  37. [INFO] BUILD FAILURE
  38. [INFO] ------------------------------------------------------------------------
  39. [INFO] Total time: 9.115 s
  40. [INFO] Finished at: 2018-04-26T22:14:45+03:00
  41. [INFO] Final Memory: 13M/181M
  42. [INFO] ------------------------------------------------------------------------
  43. [ERROR] Failed to execute goal on project Controller: Could not resolve dependencies for project kds:Controller:war:0.0.1-SNAPSHOT: The following artifacts could not be resolved: kds:Model:jar:0.0.1-SNAPSHOT, kds:Dao:jar:0.0.1-SNAPSHOT, kds:Service:jar:0.0.1-SNAPSHOT, kds:JDBC:jar:0.0.1-SNAPSHOT, kds:Security:jar:0.0.1-SNAPSHOT: Failure to find kds:Model:jar:0.0.1-SNAPSHOT in https://git.captcha.com/maven.git/blob_plain/HEAD:/ was cached in the local repository, resolution will not be reattempted until the update interval of captcha has elapsed or updates are forced -> [Help 1]
  44. [ERROR]
  45. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  46. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  47. [ERROR]
  48. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  49. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  50.  
  51. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement