Administrates products on a Bugzilla server remotely. The information found in a project’s pom.xml is passed to the Bugzilla server. This lessens the burden of entering the project's information manually to the Bugzilla forms and makes it easy to update version numbers after a release.

Site
License

 

The Bugzilla Maven Plugin is a plugin for Maven to administrate a product on a Bugzilla server remotely. The information found in a project’s pom.xml is passed to the Bugzilla server.

Instead of creating a product on the Bugzilla server after you created a new project or updating version and milestone numbers after each release, you simple run these two commands.

After project creation to initialize the product on the Bugzilla server:

mvn bugzilla:init

After each release to auto-increment the version and milestone numbers:

mvn bugzilla:sync

You may also add arbitrary versions and milestones and update a product.

 

The default configuration is available at the bugzilla-default-components-smartics’s website. This project may serve as an example for building a project specific configuration.

Project Blog

The following posts provide more information about this plugin on our blog.

Blog Posts