Configure maven.jenkins-ci.org in settings.xml:
<!-- user/password of your Jenkins account! http://jenkins-ci.org/account -->
<server>
<id>maven.jenkins-ci.org</id>
<username>xxx</username>
<password>yyy</password>
</server>
Clone the repository from GitHub using SSH:
git clone git@github.com:jenkinsci/clover-plugin.git jenkins-clover-plugin
If you have already cloned jenkinsci/clover-plugin then ensure you git pull upstream
Run
mvn release:prepare mvn release:perform
Verify that the plugin has been deployed:
Edit the http://wiki.jenkins-ci.org/display/JENKINS/Clover+Plugin page.