You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Aaron_Anderson <ni...@yahoo.com> on 2006/06/05 19:38:53 UTC

Issue MNG-2236

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org