Re: [VOTE] Release Maven Shade Plugin 1.3.1

2010-01-20 Thread Hervé BOUTEMY
+1 Hervé Le lundi 18 janvier 2010, Benjamin Bentmann a écrit : > Hi, > > We solved 2 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=16 > 111 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&

Re: [VOTE] Release Maven Shade Plugin 1.3.1

2010-01-20 Thread Jason van Zyl
+1 On 2010-01-17, at 4:45 PM, Benjamin Bentmann wrote: > Hi, > > We solved 2 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=16111 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11540&s

Re: [VOTE] Release Maven Shade Plugin 1.3.1

2010-01-20 Thread Benjamin Bentmann
Vote open for 72 hours. Ping. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Debugging a mojo with eclipse?

2010-01-20 Thread John Casey
Unless I'm missing something, it's pretty simple. Load up the plugin project into eclipse (I use m2eclipse for this, either via the import existing project path or by importing from the repository using groupId, artifactId, version, etc.). Once you have the plugin source in front of you, set a

Re: svn commit: r901352 - /maven/pom/trunk/maven/pom.xml

2010-01-20 Thread Stephen Connolly
welcome aboard! Sent from my [rhymes with tryPod] ;-) On 20 Jan 2010, at 19:50, krosenv...@apache.org wrote: Author: krosenvold Date: Wed Jan 20 19:50:26 2010 New Revision: 901352 URL: http://svn.apache.org/viewvc?rev=901352&view=rev Log: Added myself to the committers list Modified: mave

Re: [VOTE] Release Maven Shade Plugin 1.3.1

2010-01-20 Thread Stephen Connolly
+1 2010/1/20 Olivier Lamy : > +1 > > 2010/1/18 Benjamin Bentmann : >> Hi, >> >> We solved 2 issues: >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=16111 >> >> There are still a couple of issues left in JIRA: >> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=

Re: [VOTE] Release Maven Shade Plugin 1.3.1

2010-01-20 Thread Olivier Lamy
+1 2010/1/18 Benjamin Bentmann : > Hi, > > We solved 2 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=16111 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11540&status=1 > > Staging repo:

Re: Preparing to release the Release Plugin

2010-01-20 Thread Brett Porter
On 20/01/2010, at 6:56 AM, Dennis Lundberg wrote: > Okay, we're now down to 0 issues left in JIRA for a 2.0 release. > > Does anybody have anything more they want to add before I start the > release process? It's getting late here, so I'll have to investigate this further tomorrow, but I think

Re: svn commit: r900982 - in /maven/maven-3/trunk: maven-compat/src/main/java/org/apache/maven/artifact/resolver/ maven-compat/src/main/java/org/apache/maven/repository/legacy/ maven-embedder/src/m

2010-01-20 Thread Olivier Lamy
Just tested with -Dmaven.artifact.threads=20 and no issue with the small fix :-) 2010/1/20 Benjamin Bentmann : > Olivier Lamy wrote: > >> I just have a concurrency issue : >> [...] >> But it's on a build server with a huge number of cpu ( solaris : 8 >> cores * 8 cpu per core). >> I'm testing a s

Re: svn commit: r900982 - in /maven/maven-3/trunk: maven-compat/src/main/java/org/apache/maven/artifact/resolver/ maven-compat/src/main/java/org/apache/maven/repository/legacy/ maven-embedder/src/m

2010-01-20 Thread Benjamin Bentmann
Olivier Lamy wrote: I just have a concurrency issue : [...] But it's on a build server with a huge number of cpu ( solaris : 8 cores * 8 cpu per core). I'm testing a small change which looks to fix the issue. Thanks, keep stressing Maven 3 ;-) ! Benjamin

Re: svn commit: r900982 - in /maven/maven-3/trunk: maven-compat/src/main/java/org/apache/maven/artifact/resolver/ maven-compat/src/main/java/org/apache/maven/repository/legacy/ maven-embedder/src/m

2010-01-20 Thread Olivier Lamy
I just have a concurrency issue : Exception in thread "pool-1-thread-3" java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:373) at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:392) at java.u

Re: Preparing to release the Release Plugin

2010-01-20 Thread Benjamin Bentmann
Brett Porter schrieb: As the resolution is only needed for the release poms which are off by default, in hindsight I don't think we should have added it. Would the following be workable? 1) Remove the resolution tag from prepare 2) Add a new mojo :prepare-full, that extends prepare and adds th

Re: WAR plugin and class file handling (archiveClasses and attachClasses options)

2010-01-20 Thread Neeme Praks
Ok, I'm on vacation next week, but when I get back in the beginning of Feb, I will check back here to see if you have reached some conclusion about the best approach to take. Thanks, Neeme Stephane Nicoll wrote: There are a set of pending issues in the war plugin that really should be address

Re: svn commit: r900982 - in /maven/maven-3/trunk: maven-compat/src/main/java/org/apache/maven/artifact/resolver/ maven-compat/src/main/java/org/apache/maven/repository/legacy/ maven-embedder/src/m

2010-01-20 Thread Olivier Lamy
Nice and thanks !! -- Olivier 2010/1/19 : > Author: bentmann > Date: Tue Jan 19 22:25:12 2010 > New Revision: 900982 > > URL: http://svn.apache.org/viewvc?rev=900982&view=rev > Log: > [MNG-4432] reimplement parallel artifacts download > > Modified: >     > maven/maven-3/trunk/maven-compat/src/ma