issue with filtering in Maven2

2007-12-03 Thread Nagur B
Dear all, My dev environment is - Struts2, Spring, Maven version: 2.0.5 Problem: ${user.id} in the struts.xml is getting replaced by the value of project.artifactID by maven2 filter plugin Description: part of my struts.xml :

Re: issue with filtering in Maven2

2007-11-30 Thread Stephen Connolly
Just spotted that you're using a war. You could do the same for the webapps too. I have yet to come up with a good structure for the webapp problem... do I go: /src/filtered/resources /src/filtered/webapp /src/main/resources /src/main/webapp /src/test/resources /src/where do the filtered tes

Re: issue with filtering in Maven2

2007-11-30 Thread Stephen Connolly
I normally have two subfolders of resources: /src/main/resources/verbatim /src/main/resources/filtered /src/test/resources/verbatim /src/test/resources/filtered with the following in the build section of the pom false ${basedir}/src/main/reso

issue with filtering in Maven2

2007-11-30 Thread Nagur B
Dear all, My dev environment is - Struts2, Spring Maven version: 2.0.5 Problem: ${user.id} in the struts.xml is getting replaced by the value of project.artifactID by maven2 filter plugin Description: part of my struts.xml :