On 20/02/2008, Patrick Shea <[EMAIL PROTECTED]> wrote: > > I think that the plugins should only default to project of type "bundle" > and not both "jar" and "bundle". > > This is causing problems when you have the plugin defined in a top project > and you have mixed bundle/jar sub projects. > > I was able to fix it by adjusting the configuration but it would be better > if it was the default behavior.
I think the default still needs to be "jar" and "bundle" for the bundleall goal, as it's meant to process "jar" projects - but for the main bundle goal it should probably be just "bundle" Patrick > > > -----Original Message----- > From: Stuart McCulloch <[EMAIL PROTECTED]> > Sent: Tuesday, February 19, 2008 2:06am > To: [email protected], [EMAIL PROTECTED] > Subject: maven-bundle-plugin 1.3.0-SNAPSHOT > > Hi folks, > > The 1.3.0-SNAPSHOT of the bundleplugin now incorporates both > bundle and OBR mojos, and also provides two cool new features: > > FELIX-247 - support creating Ant build script (mvn ant:ant bundle:ant) > FELIX-492 - enable bundle:bundle goal to generate classified artifact > > I'd appreciate early feedback of bugs or platform-specific issues > (especially on Windows) as I'd really like to make a 1.4.0 stable > release by the end of this month. > > -- > Cheers, Stuart > > > -- Cheers, Stuart

