On 20/02/2008, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > > 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" >
actually, when using a multi-module project the bundle goals should only be active if you set the packaging type to be "bundle" - unless of course you're running the "bundle:install" goal explicitly from the command-line or inside an executions tag. you shouldn't need to run "bundle:install" directly, because it will automatically be run during the install phase of the lifecycle (similarly with "bundle:deploy", as long as you set the -DremoteOBR flag to enable it) anyway, just in case you are using "bundle:install" directly then I've changed the default supported packaging for the install and deploy mojos to be just "bundle". HTH 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 -- Cheers, Stuart

