Re: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-16 Thread Daniel Gimenez
+1 Danielo John Casey-5 wrote: > > Hi everyone, > > I've had the pleasure of working with Petar since sometime around August > or a bit earlier. He's been instrumental in getting this latest release > of the Assembly Plugin tested, patched, and ready to go. His continued > focus on the re

Re: MNG-2605

2009-01-16 Thread John Casey
If it's the consensus that profiles defined in profiles.xml should not be activeByDefault, I'm happy to go for it. +1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.

Re: how can a plugin get it's own jar Artifact ?

2009-01-16 Thread nicolas de loof
2009/1/16 nicolas de loof > I solved this using ${plugin.version} and : > Artifact plugin = > artifactFactory.createArtifact( "org.codehaus.mojo", "gwt-maven-plugin", > version, Artifact.SCOPE_COMPILE, "maven-plugin" ); > > String localPath = localRepository.pathOf( plugin ); > >

Re: how can a plugin get it's own jar Artifact ?

2009-01-16 Thread nicolas de loof
I solved this using ${plugin.version} and : Artifact plugin = artifactFactory.createArtifact( "org.codehaus.mojo", "gwt-maven-plugin", version, Artifact.SCOPE_COMPILE, "maven-plugin" ); String localPath = localRepository.pathOf( plugin ); File myJar = new File( localReposi

Re: svn commit: r734324 - /maven/mercury/trunk/mercury-plexus/src/main/java/org/apache/maven/mercury/plexus/DefaultPlexusMercury.java

2009-01-16 Thread Vincent Siveton
Hi Oleg, 2009/1/13, ogusa...@apache.org : > Author: ogusakov > Date: Tue Jan 13 20:34:49 2009 > New Revision: 734324 > > URL: http://svn.apache.org/viewvc?rev=734324&view=rev > Log: > [MNG-3981] fixed a bug I love this idea to add the related issue number on each commit: it is definitely a g

how can a plugin get it's own jar Artifact ?

2009-01-16 Thread nicolas de loof
Hi, from a maven plugin (gwt-mojo) I'd like to get the Artifact for the plugin jar itslef. ${plugin.artifacts} and ${plugin.artifactMap} only contains the plugin dependencies. Any suggestion ?

Re: svn commit: r734941 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

2009-01-16 Thread Petar Tahchiev
Thanks guys for the trust, I will try not to screw the project :-D Cheers, Petar. 2009/1/16, Benjamin Bentmann : > > Welcome on board Petar! > > Author: ptahchiev >> Date: Fri Jan 16 00:59:12 2009 >> New Revision: 734941 >> >> URL: http://svn.apache.org/viewvc?rev=734941&view=rev >> Log: >> R

Re: svn commit: r734941 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

2009-01-16 Thread Benjamin Bentmann
Welcome on board Petar! Author: ptahchiev Date: Fri Jan 16 00:59:12 2009 New Revision: 734941 URL: http://svn.apache.org/viewvc?rev=734941&view=rev Log: Removed the contributors section. Petar Tahchiev used to be contributor, but was voted a developer. You might also want to add yourself to

Re: YAPII

2009-01-16 Thread Benjamin Bentmann
Benjamin Bentmann schrieb: According to section 6.1 of the POM spec for Maven 3.x, the precedence of interpolation sources is: 1. Maven Props 2. System Props 3. POM Props 4. Environment Props So far about POM interpolation. For plugin config interpolation however, the precedence rea