[RESULT] [VOTE] Apache Wagon 2.7

2014-09-16 Thread Olivier Lamy
Hi, So vote passed: +1 (binding): Karl, Benson, Olivier +1 (non binding): Dan I will continue release process. Cheers -- Olivier Lamy http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubs

Re: [VOTE] Apache Wagon 2.7 (take 2)

2014-09-16 Thread Benson Margulies
+1 On Tue, Sep 16, 2014 at 8:18 PM, Olivier Lamy wrote: > my +1 > > One +1 is still needed. > > Cheers > Olivier > > On 15 September 2014 11:56, Olivier Lamy wrote: > > Hi, > > I'd like to release Apache Wagon 2.7 > > We fixed 4 issues: > > > http://jira.codehaus.org/secure/ReleaseNote.jspa?ver

Re: [VOTE] Apache Wagon 2.7 (take 2)

2014-09-16 Thread Olivier Lamy
my +1 One +1 is still needed. Cheers Olivier On 15 September 2014 11:56, Olivier Lamy wrote: > Hi, > I'd like to release Apache Wagon 2.7 > We fixed 4 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=20560&styleName=Text&projectId=10335&Create=Create > > Since last vote, the s

Re: [VOTE] Apache Wagon 2.7 (take 2)

2014-09-16 Thread Karl Heinz Marbaise
Hi Olivier, Tested with Maven via mvn -Prun-its clean verify with Maven Version 3.0.5, 3.1.1, 3.2.1...no issues. +1 from me. Kind regards Karl-Heinz Marbaise On 9/15/14 3:56 AM, Olivier Lamy wrote: Hi, I'd like to release Apache Wagon 2.7 We fixed 4 issues: http://jira.codehaus.org/secure/

Re: [VOTE] Apache Wagon 2.7 (take 2)

2014-09-14 Thread Dan Tran
+1 tested http://jira.codehaus.org/browse/WAGON-407 using maven-3.1.x and maven-3.2.x Thank you for looking harder into the shading issue fix. -D On Sun, Sep 14, 2014 at 6:56 PM, Olivier Lamy wrote: > Hi, > I'd like to release Apache Wagon 2.7 > We fixed 4 issues: > > http://jira.codehaus.or

[VOTE] Apache Wagon 2.7 (take 2)

2014-09-14 Thread Olivier Lamy
Hi, I'd like to release Apache Wagon 2.7 We fixed 4 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=20560&styleName=Text&projectId=10335&Create=Create Since last vote, the shading has been fixed for Dan issue. Staging repository: https://repository.apache.org/content/repositories

Re: [VOTE] Apache Wagon 2.7

2014-09-14 Thread Olivier Lamy
ok got it. I just pushed a fix for that. (the shared-http lib need to be shaded as well) I will start a second vote. This vote is cancelled. On 12 September 2014 11:37, Dan Tran wrote: > that works because M2_HOME/lib has jsoup.jar, common-io.jar, > commons-lang.jar ( those are NOT in 3.1.x) >

Re: [VOTE] Apache Wagon 2.7

2014-09-13 Thread Karl Heinz Marbaise
Hi, On 9/11/14 7:29 AM, Olivier Lamy wrote: Hi, I'd like to release Apache Wagon 2.7 We fixed 4 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=20560&styleName=Text&projectId=10335&Create=Create Staging repository: https://repository.apache.org/content/repositories/maven-1054/

Re: [VOTE] Apache Wagon 2.7

2014-09-11 Thread Dan Tran
that works because M2_HOME/lib has jsoup.jar, common-io.jar, commons-lang.jar ( those are NOT in 3.1.x) Try to remove commons-io.jar, it will fail since maven could not find a commons-io class. The question here why maven could not find the same class under wagon-http-2.7-shaded.jar -Dan On Th

Re: [VOTE] Apache Wagon 2.7

2014-09-11 Thread Olivier Lamy
So there is something here I don't understand or you have give me more details on how to test your problem. mb-olamy:http-download olamy$ mvn clean install -Dversion=1.0-beta-5 [INFO] Scanning for projects... [INFO] [INFO]

Re: [VOTE] Apache Wagon 2.7

2014-09-11 Thread Dan Tran
check out https://svn.codehaus.org/mojo/trunk/mojo/wagon-maven-plugin/src/it/http-download/ run mvn clean install -Dversion=1.0-beta-5 -D On Thu, Sep 11, 2014 at 2:24 PM, Olivier Lamy wrote: > How did you test that? > > -- > Olivier > On Sep 12, 2014 7:13 AM, "Dan Tran" wrote: > > > Furthe

Re: [VOTE] Apache Wagon 2.7

2014-09-11 Thread Olivier Lamy
How did you test that? -- Olivier On Sep 12, 2014 7:13 AM, "Dan Tran" wrote: > Further test shows that http://jira.codehaus.org/browse/WAGON-407 is NOT > fixed so it is best to revert it, and mark as wont fix > > How it is tested > > under apache-maven-3.2.3/lib > > 1. Replace wagon*2.6* with

Re: [VOTE] Apache Wagon 2.7

2014-09-11 Thread Dan Tran
Further test shows that http://jira.codehaus.org/browse/WAGON-407 is NOT fixed so it is best to revert it, and mark as wont fix How it is tested under apache-maven-3.2.3/lib 1. Replace wagon*2.6* with wagon 2.7, I can use wagon-maven-plugin to download. This worls 2. Remove commons-io*.jar,

Re: [VOTE] Apache Wagon 2.7

2014-09-11 Thread Dan Tran
tested by replace wagon*2.6 for wagon*2.6 under my maven-3.2.3/lib. It turns out maven 3.2.x now include jsoup, commons-io, and commons-lang under lib dir, so http://jira.codehaus.org/browse/WAGON-407 no longer needed unless maven dev remove thosed shaded file when ever wagon 2.7 got pushed into n

[VOTE] Apache Wagon 2.7

2014-09-10 Thread Olivier Lamy
Hi, I'd like to release Apache Wagon 2.7 We fixed 4 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=20560&styleName=Text&projectId=10335&Create=Create Staging repository: https://repository.apache.org/content/repositories/maven-1054/ Staging site: http://maven.apache.org/wagon-ar