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 :
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
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
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 :