+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
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.
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 );
>
>
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
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
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 ?
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
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
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