Advertisement
Guest User

mvn log

a guest
Nov 21st, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building testapp r1
  5. [INFO] ------------------------------------------------------------------------
  6. [WARNING] The POM for org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.0-beta-88 is missing, no dependency information available
  7. [WARNING] The POM for org.jetbrains.kotlin:kotlin-stdlib:jar:1.2-M2 is missing, no dependency information available
  8. [WARNING] The POM for org.jetbrains.kotlin:kotlin-reflect:jar:1.2-M2 is missing, no dependency information available
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] BUILD FAILURE
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO] Total time: 1.586 s
  13. [INFO] Finished at: 2017-11-21T21:56:41+01:00
  14. [INFO] Final Memory: 6M/155M
  15. [INFO] ------------------------------------------------------------------------
  16. [ERROR] Failed to execute goal on project testapp: Could not resolve dependencies for project me.zeroeightsix:testapp:jar:r1: The following artifacts could not be resolved: org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.0-beta-88, org.jetbrains.kotlin:kotlin-reflect:jar:1.2-M2: Failure to find org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.0-beta-88 in https://jitpack.io was cached in the local repository, resolution will not be reattempted until the update interval of jitpack.io has elapsed or updates are forced -> [Help 1]
  17. [ERROR]
  18. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  19. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  20. [ERROR]
  21. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  22. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement