War plugin filtering configuration

2008-10-24 Thread Raffaele
of my jars contained inside the filtered directory has been corrupted. Thanks in advance and best regards Raffaele -- View this message in context: http://www.nabble.com/War-plugin-filtering-configuration-tp20150390p20150390.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: War plugin filtering configuration

2008-10-24 Thread Wayne Fay
1) If a filter is applied, is ti possible that that filtering is applied also to all files contained inside a jar? It seems yes, can you confirm? For this to work properly, you would need to unpack the jar, filter the contents, then re-jar it. The filter is not smart enough to unzip the jar,

maven-war-plugin (filtering resources)

2008-09-11 Thread walterw
Hi all, I am having problems filtering my resources (.jsp, .xml, .sql). I configure the context path as well as URLs and so I would like to keep these as variables so I can update the property in a single place and everything will be updated automatically. The issue that I am having is that

Re: maven-war-plugin (filtering resources)

2008-09-11 Thread Olivier Lamy
Hi, Currently no way to limit this. But you can certainly add an issue in http://jira.codehaus.org/browse/MSHARED under the component maven-filtering. As we have fixed http://jira.codehaus.org/browse/MRESOURCES-29 we can imagine having the same feature with the war plugin. -- Olivier 2008/9/11

Re: maven-war-plugin (filtering resources)

2008-09-11 Thread walterw
Hi, Thanks for your quick response. That looks like exactly what I need. I have tried using the resources plugin to configure my JSPs but it does not appear to actually update them. If the maven-war-plugin is updated, then I think I'd be good to go. Thanks, Walter -- View this message in

War Plugin Filtering

2008-05-29 Thread Tom Purcell
of the war there are copies that are properly filtered. In the war's WEB-INF are unfiltered copies. I was using Maven 2.0.8. I upgraded to 2.0.9 and got the same result. Any help would be appreciated. Thanks Tom -- View this message in context: http://www.nabble.com/War-Plugin-Filtering

Re: War Plugin Filtering

2008-05-29 Thread Olivier Lamy
help would be appreciated. Thanks Tom -- View this message in context: http://www.nabble.com/War-Plugin-Filtering-tp17541883p17541883.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e

Re: War Plugin Filtering

2008-05-29 Thread Tom Purcell
upgraded to 2.0.9 and got the same result. Any help would be appreciated. Thanks Tom -- View this message in context: http://www.nabble.com/War-Plugin-Filtering-tp17541883p17541883.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: War Plugin Filtering

2008-05-29 Thread Martin
] To: users@maven.apache.org Sent: Thursday, May 29, 2008 1:43 PM Subject: War Plugin Filtering Hello I am trying to filter values in an XML document that should be placed in the WEB-INF directory of a war. The file is located in the source structure in src/main/webapp/WEB-INF/beans.xml along

Re: maven-war-plugin filtering problem

2008-04-03 Thread Christopher Barran
}/my.artifactId my.version${project.version}/my.version my.jndi.name${jndi.name}/my.jndi.name This approach works for versions 2.0, 2.0.2 of the maven-war-plugin Chris Barran wrote: Dear maven users, I cannot get the maven-war-plugin filtering to work as expected. I'm trying

Re: maven-war-plugin filtering problem

2008-04-01 Thread Olivier Lamy
Hi, Have you tried with last snapshot version ? Because we have changed resources handling (webResources). Thanks, -- Olivier 2008/4/1, Chris Barran [EMAIL PROTECTED]: Dear maven users, I cannot get the maven-war-plugin filtering to work as expected. I'm trying to configure my

m2 maven-war-plugin filtering broken?

2006-07-23 Thread Srinivas Pavani
. Has anyone successfully managed to copy resources with filtering flag turned on? -- View this message in context: http://www.nabble.com/m2-maven-war-plugin-filtering-broken--tf1988188.html#a5456303 Sent from the Maven - Users forum at Nabble.com