Brett Porter wrote:

Besides, I would like to learn more about how maven plugins get resolved (as how maven matches a plugin when 2 versions of the same plugin are installed).



Versionining is not well defined in Maven 1.x. All of the plugin installation goals actually remove all previous versions.


real problem is when you manually put (most prolly by mistake, without using plugin:install) a new version of a plugin in the plugins dir :
maven will still use the old version unless you delete the cache files (deleting the old plugin dir isnot enough).


-- gd


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



Reply via email to