- Fork https://github.com/jenkinsci/svn-tag-plugin
- Create a local repo:
git clone git@github.com:martoe/svn-tag-plugin.git
cd svn-tag-plugin
git remote add upstream https://github.com/jenkinsci/svn-tag-plugin.git
git pull upstream master - Change settings.xml according to the Plugin tutorial
- Import the project into eclipse
- Run “mvn install”
How to improve an existing Jenkins-CI plugin - a cheat sheet (using the SVN-Tag plugin as example):