Since you did not use the group ID org.jenkins-ci.plugins (which resolves to the path org/jenkins-ci/plugins) your artifacts are stored in http://repo.jenkins-ci.org/releases/hp-application-automation-tools-plugin/hp-application-automation-tools-plugin/
Maybe you should change your group ID from hp-application-automation-tools-plugin to org.jenkins-ci.plugins Ulli Am 26.11.2012 um 09:28 schrieb Ofir <[email protected]>: > I released my plugin according to the instructions here > I managed to release my plugin with maven3.0.4 and I can see it here: > http://maven.jenkins-ci.org:8081/content/repositories/releases/hp-application-automation-tools-plugin/hp-application-automation-tools-plugin/ > But I can't see it in > http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/ or > http://repo.jenkins-ci.org/releases/org/jvnet/hudson/plugins/ > My POM file is here. > > What am I missing? > > > [INFO] > [INFO] Uploaded: > http://maven.jenkins-ci.org:8081/content/repositories/releases/hp-application-automation-tools-plugin/hp-application-automation-tools-plugin/1.2/hp-application-automation-tools-plugin-1.2-javadoc.jar > (146 KB at 65.2 KB/sec) > [INFO] [INFO] > ------------------------------------------------------------------------ > [INFO] [INFO] BUILD SUCCESS > [INFO] [INFO] > ------------------------------------------------------------------------ > [INFO] [INFO] Total time: 41.276s > [INFO] [INFO] Finished at: Mon Nov 26 09:57:24 IST 2012 > [INFO] [INFO] Final Memory: 42M/100M > [INFO] [INFO] > ------------------------------------------------------------------------ > [INFO] Cleaning up after release... > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 52.096s > [INFO] Finished at: Mon Nov 26 09:57:24 IST 2012 > [INFO] Final Memory: 7M/17M > [INFO] > ------------------------------------------------------------------------
