Goals available for this plugin:
Goal | Description |
---|---|
bugzilla:addMilestone | Adds a milestone to a product. |
bugzilla:addProduct | Adds this project as new product on the issue management server. |
bugzilla:addVersion | Adds a version to a product. |
bugzilla:help | Displays help on the bugzilla maven plugin. |
bugzilla:init | Adds and initializes this project as new product on the issue management server. |
bugzilla:initMilestones | Inits the major, minor and micro milestones for a given version. The version is also added. |
bugzilla:sync | Used after a release: Updates a product on the issue management server with information from this project and initializes the version information for that project. |
bugzilla:updateProduct | Updates a product on the issue management server with information from this project. |
The following specifies the minimum requirements to run this Maven plugin:
Maven | 2.0 |
JDK | 1.6 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>de.smartics.maven.plugin</groupId> <artifactId>bugzilla-maven-plugin</artifactId> <version>0.7.0</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>de.smartics.maven.plugin</groupId> <artifactId>bugzilla-maven-plugin</artifactId> <version>0.7.0</version> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"