rohankanojia

Eclipse Jkube

Dec 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. ~/work/repos/jkube-demo-project : $ mvn k8s:resource
  2. [INFO] Scanning for projects...
  3. [WARNING] The POM for org.eclipse.jkube:k8s-maven-plugin:jar:latest is missing, no dependency information available
  4. [WARNING] Failed to retrieve plugin descriptor for org.eclipse.jkube:k8s-maven-plugin:latest: Plugin org.eclipse.jkube:k8s-maven-plugin:latest or one of its dependencies could not be resolved: Failure to find org.eclipse.jkube:k8s-maven-plugin:jar:latest in https://repo.m
  5. aven.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
  6. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  7. [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in https://repo.maven.a
  8. pache.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
  9. Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
  10. Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
  11. Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 7.7 kB/s)
  12. Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 12 kB/s)
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] BUILD FAILURE
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO] Total time: 3.131 s
  17. [INFO] Finished at: 2019-12-19T19:58:07+05:30
  18. [INFO] ------------------------------------------------------------------------
  19. [ERROR] No plugin found for prefix 'k8s' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/rohaan/.m2/repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
  20. [ERROR]
  21. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  22. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  23. [ERROR]
  24. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  25. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
  26. ~/work/repos/jkube-demo-project : $
Add Comment
Please, Sign In to add comment