Fork me on GitHub

Contributing

Create a patch against the subversion trunk and attach it to an issue in the bugtracker.

Using Vagrant

Building and testing the plugin can easily be done with help of Vagrant and VirtualBox

Install VirtualBox and Vagrant and run vagrant up --provision. This will start a VirtualBox machine running CentOS and install Maven, JDK, and rpm-build. It will share the rpm-maven-plugin directory available at /vagrant.

To log into the machine vagrant ssh or to do a mvn install do: vagrant ssh -c "cd /vagrant && mvn clean install".