Re: Plugin resolution for Maven 3.5

2016-07-02 Thread Christian Schulte
Am 07/02/16 um 16:59 schrieb Robert Scholte: > > I agree that this should have been commons-io:2.4, but it matches the > documentation (g:a is unique and nearest wins). I expect that the problem > lies in the way Aether is used. > I assume that first the complete dependency graph is collected

Re: Plugin resolution for Maven 3.5

2016-07-02 Thread Robert Scholte
On Sat, 02 Jul 2016 16:31:41 +0200, Christian Schulte wrote: Am 07/02/16 um 15:25 schrieb Robert Scholte: Hi, It is very likely that a previous version of maven-shared-utils did not depend on commons-io, which made it required to specify commons-io with the test-scope for this project. Th

Re: Plugin resolution for Maven 3.5

2016-07-02 Thread Christian Schulte
Am 07/02/16 um 15:25 schrieb Robert Scholte: > Hi, > > It is very likely that a previous version of maven-shared-utils did not > depend on commons-io, which made it required to specify commons-io with > the test-scope for this project. That's what I assume as well. > With this in mind it see

Re: Plugin resolution for Maven 3.5

2016-07-02 Thread Robert Scholte
Hi, there's this basic rule: always specify your direct dependencies if you use them in your code, never rely on transitive dependencies. So in this case commons-io is not directly used by the main classes, but it is by the test-classes. It is very likely that a previous version of maven-shar

Re: Plugin resolution for Maven 3.5

2016-07-01 Thread Karl Heinz Marbaise
Hi, On 7/1/16 9:03 PM, Christian Schulte wrote: Am 07/01/16 um 20:11 schrieb Karl Heinz Marbaise: Hi, wouldn't it make sense to create a branch for Maven 3.5.0 ? And summarize all changes there ? Makes it more clear ? Cause there are some issues fixed related to JIRA...for 3.5.0 ? WDYT ?

Re: Plugin resolution for Maven 3.5

2016-07-01 Thread Christian Schulte
Am 07/01/16 um 20:11 schrieb Karl Heinz Marbaise: > Hi, > > wouldn't it make sense to create a branch for Maven 3.5.0 ? And > summarize all changes there ? Makes it more clear ? > > Cause there are some issues fixed related to JIRA...for 3.5.0 ? > > WDYT ? > > Already done. That's the MNG-60

Re: Plugin resolution for Maven 3.5

2016-07-01 Thread Karl Heinz Marbaise
Hi, wouldn't it make sense to create a branch for Maven 3.5.0 ? And summarize all changes there ? Makes it more clear ? Cause there are some issues fixed related to JIRA...for 3.5.0 ? WDYT ? Kind regards Karl Heinz Marbaise On 7/1/16 9:16 AM, Christian Schulte wrote: Hi, I am currently s

Re: Plugin resolution for Maven 3.5

2016-07-01 Thread Anders Hammar
Not sure I completely understand the question, but we've always said that you shouldn't use another plugin as a dependency. Re-usable logic should be kept in a library instead. /Anders On Fri, Jul 1, 2016 at 9:16 AM, Christian Schulte wrote: > Hi, > > I am currently stumbling upon the following

Re: Plugin resolution

2008-06-19 Thread Evan Worley
Hi Mark, The new plugin works great. The old plugin was definitely declared in my project's pom, so I'm not sure why it resolved the new one. In case it helps, it was actually declared in a parent pom and inherited. Thanks, -Evan On Thu, Jun 19, 2008 at 2:12 AM, Mark Hobson <[EMAIL PROTECTED]>

Re: Plugin resolution

2008-06-19 Thread Mark Hobson
2008/6/18 Evan Worley <[EMAIL PROTECTED]>: > Thanks for all the info Mark, I greatly appreciate it. > > We will move onto the codehaus plugin immediately. Cool, let me know if you have any problems with the new version by raising an issue. > I'm still curious how "apt" can suddenly resolve to a n

Re: Plugin resolution

2008-06-18 Thread Evan Worley
Thanks for all the info Mark, I greatly appreciate it. We will move onto the codehaus plugin immediately. I'm still curious how "apt" can suddenly resolve to a new plugin without any POM changes. It seems like we wouldn't want that to happen? Or perhaps in Maven 2.1 a "conflict resolver" would'

RE: Plugin resolution

2008-06-18 Thread Brian E. Fox
: Maven Developers List Subject: Re: Plugin resolution 2008/6/18 Brian E. Fox <[EMAIL PROTECTED]>: > The order is first pluginGroups, then apache, then mojo. Mojo is built-in? That seems a bit counter-intuitive. Mark ---

Re: Plugin resolution

2008-06-18 Thread Mark Hobson
2008/6/18 Brian E. Fox <[EMAIL PROTECTED]>: > The order is first pluginGroups, then apache, then mojo. Mojo is built-in? That seems a bit counter-intuitive. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

RE: Plugin resolution

2008-06-18 Thread Brian E. Fox
The order is first pluginGroups, then apache, then mojo. -Original Message- From: Mark Hobson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2008 4:23 AM To: Maven Developers List Subject: Re: Plugin resolution Hi Evan, It sounds like you've picked up the apt-maven-plugin ov

Re: Plugin resolution

2008-06-18 Thread Mark Hobson
Hi Evan, It sounds like you've picked up the apt-maven-plugin over at Codehaus: http://mojo.codehaus.org/apt-maven-plugin/ This has an id of org.codehaus.mojo:apt-maven-plugin, whereas the Tobago plugin is org.apache.myfaces.tobago:maven-apt-plugin. You shouldn't have a problem if you've declar

RE: Plugin Resolution Bug?

2007-10-23 Thread Brian E. Fox
20, 2007 12:48 PM To: Maven Developers List Subject: RE: Plugin Resolution Bug? Go ahead and open one, then let me know what it is. I did the code for 2.0.7 so I'll check it out before we do 2.0.8 -Original Message- From: Jan Nielsen [mailto:[EMAIL PROTECTED] Sent: Saturday, Octob

RE: Plugin Resolution Bug?

2007-10-20 Thread Brian E. Fox
Go ahead and open one, then let me know what it is. I did the code for 2.0.7 so I'll check it out before we do 2.0.8 -Original Message- From: Jan Nielsen [mailto:[EMAIL PROTECTED] Sent: Saturday, October 20, 2007 11:26 AM To: Maven Developers List Subject: Re: Plugin Resolutio

Re: Plugin Resolution Bug?

2007-10-20 Thread Jan Nielsen
roups you have defined, then > maven, then codehaus. > > -Original Message- > From: Jan Nielsen [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 20, 2007 10:44 AM > To: Maven Developers List > Subject: Re: Plugin Resolution Bug? > > Yes; thanks, Wayne - Marco

RE: Plugin Resolution Bug?

2007-10-20 Thread Brian E. Fox
In 2.0.7, it should first look in pluginGroups you have defined, then maven, then codehaus. -Original Message- From: Jan Nielsen [mailto:[EMAIL PROTECTED] Sent: Saturday, October 20, 2007 10:44 AM To: Maven Developers List Subject: Re: Plugin Resolution Bug? Yes; thanks, Wayne - Marco

Re: Plugin Resolution Bug?

2007-10-20 Thread Jan Nielsen
Yes; thanks, Wayne - Marco from Triemax mentioned that this fully-qualified form should work, and it does: mvn triemax:jalopy-maven:format So, that's my current work-around. But really, despite the unfortunate name clash on "jalopy" it seems to me that this should work with a properly defined p

Re: Plugin Resolution Bug?

2007-10-19 Thread Wayne Fay
Try using the "full name" of the plug-in, something along these lines: mvn clean triemax:jalopy-maven-plugin:1.0:format If you couldn't tell, that's groupId:artifactId:version:mojo. Wayne On 10/17/07, Jan Nielsen <[EMAIL PROTECTED]> wrote: > I have configured our local repository as a single rep

RE: plugin resolution

2006-09-12 Thread Brian E. Fox
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 10:35 PM To: Maven Developers List Subject: Re: plugin resolution It seems the search order is back to front, we had the same problem with Jetty. - Brett On 13/09/2006, at 12:26 PM

Re: plugin resolution

2006-09-12 Thread Brett Porter
It seems the search order is back to front, we had the same problem with Jetty. - Brett On 13/09/2006, at 12:26 PM, Brian E. Fox wrote: I'm trying to test the new version of maven-dependency-plugin by executing a simpler CLI invocation like: mvn dependency:resolve. For some reason, mvn keeps