maven versioneye create failing

Issue #334 resolved
Former user created an issue

hi I keep getting following error when using versioneye:create command

Here is what I added to my pom.xml

<build> <plugins> <plugin> <groupId>com.versioneye</groupId> <artifactId>versioneye-maven-plugin</artifactId> <version>3.11.0</version> <configuration> <apiKey>xxxxx</apiKey> </configuration> </plugin> </plugins> </build>

[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

Comments (4)

  1. Log in to comment