Re: How do I test patches to maven-artifact-manager?

2009-02-11 Thread John Casey
I've linked the two issues related to this that I know about in JIRA (MDEPLOY-94, MNG-3057), but I basically agree that the patch would look like what Brett has shown in terms of how to implement it. I'm not as familiar with the ArtifactTransformation system any more, unfortunately...too many

Re: How do I test patches to maven-artifact-manager?

2009-02-09 Thread jaxzin
Brett, thanks so much for pointing me a this revision. I'll take a look and hopefully come up with a solution from it! Thanks, Brian brettporter wrote: You'll probably find it easier to simply rebuild Maven :) In some ways, the patch should look similar to this:

RE: How do I test patches to maven-artifact-manager?

2009-02-08 Thread Brian E. Fox
The easiest way is to put it in your maven install in /lib and then edit the m2.conf file to put your jar in the list before uberjar. -Original Message- From: jaxzin [mailto:brian.r.jack...@espn3.com] Sent: Sunday, February 08, 2009 9:13 PM To: dev@maven.apache.org Subject: How do I test

RE: How do I test patches to maven-artifact-manager?

2009-02-08 Thread jaxzin
Thanks Brian! I was just stumbling into that so I appreciate you clarifying it. Regards, Brian Brian E Fox wrote: The easiest way is to put it in your maven install in /lib and then edit the m2.conf file to put your jar in the list before uberjar. -Original Message- From:

Re: How do I test patches to maven-artifact-manager?

2009-02-08 Thread Brett Porter
You'll probably find it easier to simply rebuild Maven :) In some ways, the patch should look similar to this: http://svn.apache.org/viewvc?view=revrevision=682589 Cheers, Brett On 09/02/2009, at 11:00 AM, jaxzin wrote: Thanks Brian! I was just stumbling into that so I appreciate you

Re: How do I test patches to maven-artifact-manager?

2009-02-08 Thread Dan Tran
where is m2.conf file? -D On Sun, Feb 8, 2009 at 8:18 PM, Brett Porter br...@apache.org wrote: You'll probably find it easier to simply rebuild Maven :) In some ways, the patch should look similar to this: http://svn.apache.org/viewvc?view=revrevision=682589 Cheers, Brett On

RE: How do I test patches to maven-artifact-manager?

2009-02-08 Thread Brian E. Fox
Right next to the mvn.bat/mvn.sh etc -Original Message- From: Dan Tran [mailto:dant...@gmail.com] Sent: Sunday, February 08, 2009 11:49 PM To: Maven Developers List Subject: Re: How do I test patches to maven-artifact-manager? where is m2.conf file? -D On Sun, Feb 8, 2009 at 8:18 PM