Re: Get last version of a artifact

2013-10-31 Thread Romain Gilles
{ // ... So if you change to use org.apache.maven.artifact.metadata.ArtifactMetadataSource it should work (this is the API supported by both Maven 2.x and 3.x) HTH On 30 Oct 2013, at 13:24, Romain Gilles wrote: Hi all, I'm developing a maven plugin and I want to discover

Get last version of a artifact

2013-10-30 Thread Romain Gilles
Hi all, I'm developing a maven plugin and I want to discover the last version of a specific artifact. I had a look to the maven-vesions-plugin. But I don't know why when I try to get a (deprecated) ArtifacteMetadataSource as follow: @Component private ArtifactMetadataSource

finalName property

2012-06-13 Thread Romain . Gilles
I all, Is there a way to programmatically define the finalName build property? Regards, Romain

Maven toolchains plugin

2012-06-04 Thread Romain . Gilles
Hi all, Is there any issue with maven toolchains plugin? It seems that nobody use it... I would like to ensure that my build is compatible with a specific version of the JVM even if the JVM that running maven is not the same. Thanks, Romain. Romain Gilles Architect

Removing: jar from forked lifecycle, to prevent recursive invocation

2009-02-17 Thread Romain Gilles
Hi all, I have this message during my build process but I don't understand it: Removing: jar from forked lifecycle, to prevent recursive invocation It does not provide the name of the Jar, is there anybody that can help me, please? Romain. This email was sent to you by Thomson Reuters, the

RE: Removing: jar from forked lifecycle, to prevent recursive invocation

2009-02-17 Thread Romain Gilles
recursive invocation This means the plugin that caused the fork to occur is removed from that forked lifecycle so it doesn't fork again. -Original Message- From: Romain Gilles [mailto:romain.gil...@thomsonreuters.com] Sent: Tuesday, February 17, 2009 5:08 AM To: Maven Users List Subject

parallel compilation

2008-10-27 Thread Romain Gilles
Hi, I would like to know if there is any ways to perform a parallel compilation in a multi-projects environment. Regards, Romain Gilles Lead Software Engineer Thomson Reuters Phone: +33 (0)1 47 62 77 41 [EMAIL PROTECTED] thomsonreuters.com This email was sent to you by Thomson

Extension usage ?

2007-12-26 Thread Romain Gilles
Hi, I'm trying to use the maven extension capability in my plugin. My test is based on the Plexus tutorial. I have made one extra operation by adding an API project where I have put the org.codehaus.plexus.tutorial.WebsiteMonitor interface. I have a API project (plexus-website-monitor-api) that

RE: maven.proxy.nonProxyHosts

2007-12-21 Thread Romain Gilles
You can try to create an internal repository. This internal repository will be your only one entry point (i.e. maven.repo.remote=http://myintermalrepo.mycompany:8080) And you will not have to use the proxy configuration. Romain Gilles Development Software Engineer Reuters (t) +33 (0)1 47 62

Extensions and sun.misc.Service

2007-12-21 Thread Romain Gilles
/version /extension I cant get the service with the method: sun.misc.Service.providers(Cartridge.class); When I try it in my unit test it is working perfectly. Do I need to use another method? Or do I messing some thing in the configuration steps? Thanks, Romain. Romain Gilles