Re: Maven way of retrieving URL resources so that settings.xml/proxy is used?

2011-10-28 Thread Olivier Lamy
First sorry for late response ! 2011/10/19 Barrie Treloar baerr...@gmail.com: On Wed, Oct 19, 2011 at 8:01 PM, Olivier Lamy ol...@apache.org wrote: Hello, You must use wagon for that and setup a wagon instance with various informations from settings. As a sample you can have a look

Re: Fluido skin Maven site

2011-10-28 Thread Simone Tripodi
Merci beaucoup Hervé, I raw also commits where you updated the fluido-skin, very appreciated! DOXIASITETOOLS-51 looks good to me, I will have yet another deep review later so I can provide feedbacks. Have a nice day, all the best! Simo http://people.apache.org/~simonetripodi/

Re: Maven dependency:tree vs. dependency:list

2011-10-28 Thread Guo Du
This is covered in the Maven 3.x compatibility notes: https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-DependencyResolution Thanks Wayne for the precise answer! I did read the page few times :( Just share my test which given 2.x style result with

Re: Maven way of retrieving URL resources so that settings.xml/proxy is used?

2011-10-28 Thread Barrie Treloar
On Fri, Oct 28, 2011 at 6:35 PM, Olivier Lamy ol...@apache.org wrote: First sorry for late response ! Hey I'm grateful for any response :) The first is too lookup your wagon instance. Then use one of the connect method of your instance [1]. For simplicity use this one connect( Repository

antrun release?

2011-10-28 Thread Benson Margulies
I'd like to make a release of antrun. There are some pending fixes, plus I'm adding a feature I want, and I'll knock off any low-hanging JIRA in the next few days. Anyone have something else they want in a 1.7? - To unsubscribe,

Ping on MNG-5075 - MavenProject.getParent throws undocumented ISE

2011-10-28 Thread Jesse Glick
A patch with test has been attached to MNG-5075 [1] since April but there have been no comments. Are pull requests on GitHub preferred, or anything else I need to do? Pinging the list since I came across another case [2] of this bug needing to be worked around. [1]

RE: svn commit: r1190498 - in /maven/plugins/trunk/maven-antrun-plugin/src: it/never-fail-test/ it/never-fail-test/invoker.properties it/never-fail-test/pom.xml main/java/org/apache/maven/plugin/antru

2011-10-28 Thread Robert Scholte
shouldn't this parameter be called failOnError like other plugins do? -Robert Subject: svn commit: r1190498 - in /maven/plugins/trunk/maven-antrun-plugin/src: it/never-fail-test/ it/never-fail-test/invoker.properties it/never-fail-test/pom.xml

Re: svn commit: r1190498 - in /maven/plugins/trunk/maven-antrun-plugin/src: it/never-fail-test/ it/never-fail-test/invoker.properties it/never-fail-test/pom.xml main/java/org/apache/maven/plugin/antru

2011-10-28 Thread Benson Margulies
On Fri, Oct 28, 2011 at 3:09 PM, Robert Scholte rfscho...@codehaus.org wrote: shouldn't this parameter be called failOnError like other plugins do? Yes. I'll fix it. -Robert Subject: svn commit: r1190498 - in /maven/plugins/trunk/maven-antrun-plugin/src: it/never-fail-test/

antrun and ant-nodeps

2011-10-28 Thread Benson Margulies
There's no ant-nodeps for 1.8.2. Why can't we just go ahead and use plain 'ant'? It seems to have the optional tasks. Does something go wrong from dragging in the optional tasks? - To unsubscribe, e-mail:

Re: antrun and ant-nodeps

2011-10-28 Thread Jesse Glick
On 10/28/2011 03:13 PM, Benson Margulies wrote: There's no ant-nodeps for 1.8.2. Correct, this JAR was removed in 1.8.2 since many of the optional tasks did not differ in any fundamental way from core tasks. The separated JARs are now reserved for bundled tasks which depend on third-party

antrun: how should nested props work?

2011-10-28 Thread Benson Margulies
I just verified that a maven property like foofoo${bar}/foo travels into ant as, well 'foo${bar}' and if you define ${bar}, that travels in as well. And it usually works fine in ant, but I ran into a case where it was a pain -- a filter didn't perform the additional substitution, and I ended

Re: maven-shade-plugin version 1.5: when?

2011-10-28 Thread davecombs
wrote: Hi all The maven-shade-plugin version 1.5 fixes a certain number of issues, and I've been wondering when it would be released. Does anyone have any idea? - I would also like to know. Version 1.4 references a version of jdependency which has an incorrect reference to commons-io

Re: maven-shade-plugin version 1.5: when?

2011-10-28 Thread Benson Margulies
I can try to drive this. On Fri, Oct 28, 2011 at 5:37 PM, davecombs dave.co...@kaazing.com wrote:  wrote: Hi all The maven-shade-plugin version 1.5 fixes a certain number of issues, and I've been wondering when it would be released. Does anyone have any idea? - I would also like

shade release

2011-10-28 Thread Benson Margulies
A user is asking for one. Anyone mind if I tee it up? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: shade release

2011-10-28 Thread Stephen Connolly
go for it On 28 October 2011 22:41, Benson Margulies bimargul...@gmail.com wrote: A user is asking for one. Anyone mind if I tee it up? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands,

Re: maven-shade-plugin version 1.5: when?

2011-10-28 Thread davecombs
Very cool--thanks! Dave On Fri, Oct 28, 2011 at 2:41 PM, Benson Margulies [via Maven] ml-node+s40175n4947382...@n5.nabble.com wrote: I can try to drive this. On Fri, Oct 28, 2011 at 5:37 PM, davecombs [hidden email]http://user/SendEmail.jtp?type=nodenode=4947382i=0 wrote: wrote: Hi

Re: antrun release?

2011-10-28 Thread Stephen Connolly
The issue you will hit IIRC is that maven-ant-tasks has issues with m3 On 28 October 2011 19:29, Benson Margulies bimargul...@gmail.com wrote: I'd like to make a release of antrun. There are some pending fixes, plus I'm adding a feature I want, and I'll knock off any low-hanging JIRA in the

Re: antrun release?

2011-10-28 Thread Benson Margulies
On Fri, Oct 28, 2011 at 6:27 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: The issue you will hit IIRC is that maven-ant-tasks has issues with m3 How does this play? Did someone check in a new code in antrun that makes that different than 1.6? It wasn't apparent from the quick

Re: antrun release?

2011-10-28 Thread Stephen Connolly
ant tasks depends on 2.2.1 dep resolution code... which won't compile with 3.0.3... so IIRC you cannot release antrun with 3.0.3... you can release it if you build with 2.2.1, but then the question is does it work with 3.0.3? at least that was what I found when trying to release it before it

[VOTE] release maven-shade-plugin 1.5

2011-10-28 Thread Benson Margulies
Hi, We solved 8 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540version=16695 There are still a couple of issues left in JIRA:

[VOTE] release maven-antrun-plugin version 1.7

2011-10-28 Thread Benson Margulies
To: Maven Developers List dev@maven.apache.org Subject: [VOTE] Release Maven XXX Plugin version Y.Z Hi, We solved 9 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11125version=16808 There are still a couple of issues left in JIRA:

Re: antrun: how should nested props work?

2011-10-28 Thread Brett Porter
I would have expected it to be resolved before it got to Ant... but not strongly opinionated about it. On 29/10/2011, at 8:32 AM, Benson Margulies wrote: I just verified that a maven property like foofoo${bar}/foo travels into ant as, well 'foo${bar}' and if you define ${bar}, that