Re: Replacing plexus-archiver with commons-compress?

2014-09-11 Thread Kristian Rosenvold
I implemented Zip via commons compress, and the patch can be seen here https://github.com/krosenvold/plexus-archiver/tree/commonsCompressZipOutputStrea I was planning to push the change, but I was somewhat set back by the testing need, and I did not want to leave plexus-archiver in a "limbo" state

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: https://github.com/apache/maven-scm/pull/17

2014-09-11 Thread Benson Margulies
Robert has looked into this in more detail, and think the trail points back into SCM. As per info I've added to the JIRA, it is not caused by git barking at the release.properties and pom.xml.xxx file; if you add those to .gitignore, they disappear from the scene, but it still does not work. I'm ho

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

Replacing plexus-archiver with commons-compress?

2014-09-11 Thread Dan Tran
>From today's maven hangout discussion Just want to let you know Kristian Rosenvold mentioned [1] he did some work on this area -D [1] http://maven.40175.n5.nabble.com/Use-native-tar-to-unpack-good-bad-idea-td5794712.html

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,

[ANN] Apache Maven RAR Plugin Version 2.4 Released

2014-09-11 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven RAR Plugin, Version 2.4 A resource adapter is a system-level software driver that a Java application uses to connect to an enterprise information system (EIS). The RAR plugin has the capability to store these resource ad

Re: Maven Dependency Tree 2.2 release please

2014-09-11 Thread Karl Heinz Marbaise
Hi Manfred, > Hi all! As mentioned in the hangout earlier today it would be great > if we could get a release of the > Maven Dependency Tree component done. Specifically the Android Maven Plugin relies on these changes https://github.com/apache/maven-shared/commit/20380b7f6e61e09edd63695da

Re: Shard Component - Dependency Tree Release?

2014-09-11 Thread Manfred Moser
That would be great! Karl Heinz Marbaise wrote on 11.09.2014 13:19: > Hi Manfred, > > so you mentioned a shared component is this the component you mean: > > http://maven.apache.org/shared/maven-dependency-tree/ > > > currently in JIRA are two issues solved so i don't see a reason not to > r

Maven Dependency Tree 2.2 release please

2014-09-11 Thread Manfred Moser
Hi all! As mentioned in the hangout earlier today it would be great if we could get a release of the Maven Dependency Tree component done. Specifically the Android Maven Plugin relies on these changes https://github.com/apache/maven-shared/commit/20380b7f6e61e09edd63695da7661b82f7e3b1b7 Thank

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

[RESULT] [VOTE] Release Apache Maven RAR Plugin version 2.4

2014-09-11 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 (binding): Jason van Zyl, Karl-Heinz Marbaise, Hervé Boutemy, Oliver Lamy +1 (non binding): none. I will promote the artifacts to the central repo. Kind regards Karl-Heinz Marbaise -

Shard Component - Dependency Tree Release?

2014-09-11 Thread Karl Heinz Marbaise
Hi Manfred, so you mentioned a shared component is this the component you mean: http://maven.apache.org/shared/maven-dependency-tree/ currently in JIRA are two issues solved so i don't see a reason not to release a new version of this component... If you like i can start it... Kind regards

Re: https://github.com/apache/maven-scm/pull/17

2014-09-11 Thread Benson Margulies
A mixture. The release plugin had not moved. On Sep 10, 2014 11:46 PM, "Chris Graham" wrote: > Sorry, I thought that the plugins, the scm ones in this case, had moved to > git? Still in SVN? If so, then no issues. > > -Chris > > On Thu, Sep 11, 2014 at 11:43 AM, Benson Margulies > wrote: > > > F