I thought this was possible with Maven 3.0, but not with Maven 2.x. Am I wrong?
/Anders On Mon, Jan 31, 2011 at 19:11, Stephen Connolly < [email protected]> wrote: > you cannot use a plugin within the same reactor as the plugin is built > from. > this is usually solved in one of two ways: > 1. use the immediately previous release of the plugin, so the reactor build > version 1.1-SNAPSHOT but uses version 1.0 > 2. move the plugin to its own reactor > > the reason why this is required is that a plugin can change the build plan, > and the build plan must be constructed before you start building > > - Stephen > > --- > Sent from my Android phone, so random spelling mistakes, random nonsense > words and other nonsense are a direct result of using swype to type on the > screen > On 31 Jan 2011 17:54, "E S" <[email protected]> wrote: >
