Re: Plugin dependency resolution from plugin pom?

2015-03-31 Thread Gary Kennedy
? for your next run can you display debug info and error info so we can see determine the behaviour of the reactor? mvn -e -X phase ? Martin From: g...@apnic.net To: users@maven.apache.org Subject: Plugin dependency resolution from plugin pom? Date: Mon, 23 Mar 2015 22:41:39 +

Re: Plugin dependency resolution from plugin pom?

2015-03-31 Thread Gary Kennedy
Yes, that would be the smarter option, wouldn't it. :$ *bangs head on desk* I am still curious though as to why the plugin.xml contains a dependency section if it's the plugin's pom file that is used for resolution, and/or why the pom file is used over the plugin file? The plugin.xml file

Re: Plugin dependency resolution from plugin pom?

2015-03-26 Thread Curtis Rueden
Hi Gary, I'm trying to patch a third-party plugin at the moment as a temporary workaround for a problem. (I don't want to get into details because it's not important) Since the workaround is temporary, could you not simply clone the plugin's SCM repository to a local Git repository, then

RE: Plugin dependency resolution from plugin pom?

2015-03-26 Thread Martin Gainty
debug info and error info so we can see determine the behaviour of the reactor? mvn -e -X phase ? Martin From: g...@apnic.net To: users@maven.apache.org Subject: Plugin dependency resolution from plugin pom? Date: Mon, 23 Mar 2015 22:41:39 + I'm trying to patch a third-party plugin

Plugin dependency resolution from plugin pom?

2015-03-23 Thread Gary Kennedy
I'm trying to patch a third-party plugin at the moment as a temporary workaround for a problem. (I don't want to get into details because it's not important) So I currently have a 'patch project' that depends on the plugin, uses the maven-dependency-plugin to unpack the dependant plugin