Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-25 Thread Olivier Lamy
+1 2011/2/24 Dennis Lundberg : > Hi, > > We solved 16 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11126&styleName=Html&version=17135 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11126&status=1 > >

Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-25 Thread John Casey
+1 On 2/24/11 3:15 PM, Dennis Lundberg wrote: Hi, We solved 16 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11126&styleName=Html&version=17135 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11126&status=

Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-25 Thread John Casey
I've closed MASSEMBLY-547. I removed the class and verified that the ITs still succeed. I also verified that the Maven prereq was high enough to avoid the old version of plexus-utils, from Maven 2.0.5 and older. I marked the Fix-For version 2.3, so we don't have to interrupt this vote if we do

Re: Unwanted jars getting copied

2011-02-25 Thread Baptiste MATHUS
Hi, This is not the right mailing list for this kind of question. This list is dedicated to Maven development. Please write to us...@maven.apache.org instead. Cheers Le 25 févr. 2011 12:34, "Fuke, Amol" a écrit : > Hi All , > > I am using below snippet to copy dependant jars from lib to war. But

Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-25 Thread Benson Margulies
sounds like it qualifies under the usual policy for tiny amounts of compatibly-licensed code. On Feb 25, 2011, at 1:26 PM, John Casey wrote: > > > On 2/25/11 1:19 PM, Dennis Lundberg wrote: >> On 2011-02-25 18:33, Benjamin Bentmann wrote: >>> Dennis Lundberg wrote: >>> CommandLineUtils is u

Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-25 Thread John Casey
On 2/25/11 1:19 PM, Dennis Lundberg wrote: On 2011-02-25 18:33, Benjamin Bentmann wrote: Dennis Lundberg wrote: CommandLineUtils is used in two of the Assembly Plugin's classes, AssemblyInterpolator and AssemblyFormatUtils, but I'd like to postpone removing it until version 2.3. I was simp

Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-25 Thread Dennis Lundberg
On 2011-02-25 18:33, Benjamin Bentmann wrote: > Dennis Lundberg wrote: > >> CommandLineUtils is used in two of the Assembly Plugin's classes, >> AssemblyInterpolator and AssemblyFormatUtils, but I'd like to postpone >> removing it until version 2.3. > > I was simply concerned whether this release

Re: [VOTE] Release Maven Resources Plugin version 2.5

2011-02-25 Thread Olivier Lamy
+1 2011/2/24 Dennis Lundberg : > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145&styleName=Html&version=16232 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11145&status=1 > >

Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-25 Thread Benjamin Bentmann
Dennis Lundberg wrote: CommandLineUtils is used in two of the Assembly Plugin's classes, AssemblyInterpolator and AssemblyFormatUtils, but I'd like to postpone removing it until version 2.3. I was simply concerned whether this release, which distributes a MIT-licensed source file, complies wi

Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-25 Thread Dennis Lundberg
On 2011-02-24 23:38, Benjamin Bentmann wrote: >> Staging repo: >> https://repository.apache.org/content/repositories/maven-048/ > > Hm, the following source file carries a MIT license header: > > http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/ma

Unwanted jars getting copied

2011-02-25 Thread Fuke, Amol
Hi All , I am using below snippet to copy dependant jars from lib to war. But this also copying some unwanted jars like rt.jar and tools.jar. Is there any way I exclude them from getting copied into my war. maven-dependency-plugin

Getting substring of ArtifactId

2011-02-25 Thread Raja Kannappan
Hi, I need to have a maven property (say myArtifactId) which gives me a substring of artifactId and then I need to use this maven property (myArtifactId) later on in another plugin execution. I tried using gmaven plugin and I was able to extract and print the substring but I could not update th