Did you get some error? I would recommend to do some wiki page and specify name of plugin in pom.xml too.
<project> ... <url>http://wiki.jenkins-ci.org/display/JENKINS/My+Plugin</url> <name>Name of plugin</name> </project> You can look at my pom.xml (which I released without problems) https://github.com/jenkinsci/read-only-configurations-plugin/blob/master/pom.xml
