This plugin is written for the Jenkins plugin tutorial, and hence it's only useful as an example, and no other practical use.
mvn -Dmaven.test.skip=true -DskipTests=true clean install
rm -rf work/plugins
mvn -Dmaven.test.skip=true -DskipTests=true clean hpi:run
mvn -P enable-jacoco clean test jacoco:report
mvn clean compile findbugs:findbugs findbugs:gui