Continue reading »
The difference between bundledArtifacts and pluginArtifacts
- By Michael Tokar, Development Team Lead
- Developer
- On April 17, 2013
Or "I don't have TIME to understand Maven; I've got work to do!"
A big part of developing a plugin is seeing it work inside the base product. For JIRA plugins, this is accomplished using the maven-jira-plugin. There are two options for getting your plugin to run inside the host application: adding it as a bundledArtifact, or as a pluginArtifact. If you examine the configuration of an established plugin, like GreenHopper or any of JIRA's bundled plugins, you might see multiple plugins

