Hello,
I have filtered resources anf conf files in most of projects. Is there a way
to configure this kind of work whith wtp + m2eclipse ?
For the moment, the only way i found is to manually rewrite the
.setting/org.eclipse.wst.common.component file like this
<wb-resource deploy-path="/WEB-INF/classes"
source-path="/src/main/webapp/WEB-INF/conf"/>
instead of the original source-path, according to the targetPath in Pom :
<resource>
<directory>src/main/conf</directory>
<filtering>true</filtering>
<targetPath>
../../src/main/webapp/WEB-INF/conf
</targetPath>
</resource>
I'm also not sure this is the best way....
Anyone using a solid solution ?
--
View this message in context:
http://www.nabble.com/WTP-integration-and-filtered-resources-tp16609685s177p16609685.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email