I released my plugin according to the instructions here<https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins> 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<https://github.com/jenkinsci/hp-application-automation-tools-plugin/blob/master/pom.xml> .
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] ------------------------------------------------------------------------
