I have encountered a deficiency with maven 2 that has stalled my maven 2
plugin project Bobber, http://bobber.javaforge.com . The root issue is that
I wish to have my plugins invoked when a POM is not present in the directory
mvn is executed in ( standalone project).  The default standalone project
implementation does not read in the settings.xml meaning the pluginGroup
declaration and other plugin settings are not read. When I execute a plugin
command such as mvn myplugin:doSomething it cannot locate the plugin
myplugin because the settings.xml is not imported and the pluginGroup
declaration is not read. I have created a simple patch for your
consideration that would resolve this issue. 

Thanks,

Aaron 

--
View this message in context: 
http://www.nabble.com/Issue-MNG-2236-t1736601.html#a4719021
Sent from the Maven - Dev forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to