Re: creating custom Maven resource filter

2014-08-20 Thread Jose Martinez
Cool, thanks Robert. So now that I have the plugin functioning and my MavenResourcesFiltering's  filterResources(mre) method being called, what can I do with the  MavenResourcesExecution to access the ${propertyNames} in my resources and set their values? I pulled the ListResource from the 

Re: creating custom Maven resource filter

2014-08-20 Thread Jose Martinez
Ok its figured out.  Had to write my own MavenFileFilter and use plexus to wire it in. The only question I now have is how to set the role-hint for our custom MavenFileFilter in a pom file?  To have our custom MavenFileFilter be wired in I stole the role-hint default.  But I would like to use

RE: creating custom Maven resource filter

2014-08-20 Thread Martin Gainty
los ejemplos de la definición común de plexo components.xml deben conseguirle comenzado:the stock definition examples from plexus components.xml should get you started: http://plexus.codehaus.org/guides/developer-guide/configuration/component-descriptor.html Saludos Cordiales desde Sud

RE: hi, I just want to get help about maven archetype,please help me

2014-08-20 Thread Martin Gainty
Date: Wed, 20 Aug 2014 10:57:48 +0800 From: tom.w...@embracesource.com To: users@maven.apache.org Subject: Re: hi, I just want to get help about maven archetype,please help me yeah, it works! __artifactId__ and __rootArtifactId__ all works well but this way bring a new little problem: my

maven + SNI == problems?

2014-08-20 Thread Graham Leggett
Hi all, I just tied to do a simple “mvn install” against a long-since-working maven repository that is hosted on an SSL client-certificate protected server using SNI, and I get the exception below. I see in the stacktrace the default is httpclient, which has very patchy support for SSL/SNI.

Re: hi, I just want to get help about maven archetype,please help me

2014-08-20 Thread Hervé BOUTEMY
Le mercredi 20 août 2014 10:57:48 TOM a écrit : yeah, it works! __artifactId__ and __rootArtifactId__ all works well but this way bring a new little problem: my archetype is come from a demo project using archetype:create-from-project,now i get a archetype and change some directory's name to