Re: Maven resource plugin

2012-10-04 Thread sudha
Thanks. That worked. -- View this message in context: http://maven.40175.n5.nabble.com/Maven-resource-plugin-tp5724796p5724909.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Maven resource plugin

2012-10-03 Thread Anders Hammar
You need to move the configuration section into the execution you want it for. The current setup will also affect default lifecycle bindings of the resources plugin. /Anders On Thu, Oct 4, 2012 at 12:44 AM, sudha wrote: > Hi, > > I'm trying to use maven resource plugin to copy a

Maven resource plugin

2012-10-03 Thread sudha
Hi, I'm trying to use maven resource plugin to copy and filter some property files from one directory to another ( not src/main/resources ). The source directory ( in this case configuration directory under basedir) has just one property file. When I do a mvn install, it create

Maven Resource plugin help

2010-09-01 Thread Meenakshi Khatri
Hello everyone, In my maven pom, I have profiles defined and I have a environment file which changes a variable according to the profile name. When I build maven within my SpringSource Tool Suite, in my target folder, the variable defined in the environment file doesnt not change according to the

Re: Maven Resource Plugin - Filtering: How to configure custom Token to be filtered

2009-09-24 Thread Olivier Lamy
probably a bug. (I have to investigate more) Can you create a issue [1] and attach a simple project to reproduce the issue. Thanks ! -- Olivier [1] http://jira.codehaus.org/browse/MRESOURCES 2009/9/24 Torsten Krah : > Am Donnerstag, 24. September 2009 13:55:08 schrieb Olivier Lamy: >> Have a look

Re: Maven Resource Plugin - Filtering: How to configure custom Token to be filtered

2009-09-24 Thread Torsten Krah
Am Donnerstag, 24. September 2009 13:55:08 schrieb Olivier Lamy: > Have a look at delimiters [1] parameters in the resources mojo Hi, thx for this hint. Did have a look there - delimiters does sounds nice (i need to turn off useDefaultDelimiters to get them respected), however its not working as

Re: Maven Resource Plugin - Filtering: How to configure custom Token to be filtered

2009-09-24 Thread Olivier Lamy
Hi, Have a look at delimiters [1] parameters in the resources mojo HTH, -- Olivier http://maven.apache.org/plugins/maven-resources-plugin/resources-mojo.html#delimiters 2009/9/24 Torsten Krah : > Hi, > > i want to migrate from antmod to maven. > I wonder if it is possible to configure additional

Maven Resource Plugin - Filtering: How to configure custom Token to be filtered

2009-09-24 Thread Torsten Krah
Hi, i want to migrate from antmod to maven. I wonder if it is possible to configure additional tokens to replace my property placeholders ( not only @...@ and ${} ). I want to replace $$ ones. I've read http://maven.apache.org/shared/maven-filtering/usage.html but looking at latest tru