July 21, 2008 java maven

maven-bundle-plugin bundle packaging lifecycle

In Maven the element in the pom.xml corresponds to a lifecycle to use to build the code. The lifecycle in turn comprises a number of phases, each of which is bound to goals provided by plugins. (NB: since this is a 1:1 relationship we can use p...