-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mvn versioneye:create fails #72
Comments
Hi @rzvikas It works for me and thousands of others, so it must be related to your setup. Which version of Java and Maven are you using? Are you behind a firewall? Behind a proxy? Can you provide a Vagrantfile or Docker Image with your setup? |
@rzvikas, I think the key part of the error message is: Maven is not looking for the plugin in the groupId
|
The thing is that the README of the project explicitly states
@bindul Thank you for the hint!
|
@rzvikas Is this still an issue? Or is this solved now? |
hi I keep getting following error when using versioneye:create command
Here is what I added to my pom.xml
com.versioneye versioneye-maven-plugin 3.11.0 xxxxx
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.924 s [INFO] Finished at: 2016-12-22T11:32:49-05:00 [INFO] Final Memory: 19M/304M [INFO] ------------------------------------------------------------------------ [ERROR] No plugin found for prefix 'versioneye' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\vikas_bali.m2\repository), calyps o-central-mirror (scp://cvs.calypso.com/home/releng/repo-thirdparty), codehaus-mojo-snapshots (http://snapshots.repository.codehaus.org/), codehaus-mojo-releases (http://repository.codehaus.org/), jboss-releases (https://repo sitory.jboss.org/nexus/content/groups/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1] [ERROR]
Thanks
The text was updated successfully, but these errors were encountered: