Fred Bricon [
http://community.jboss.org/people/fbricon] created the discussion
"Re: M2E WTP and webResources"
To view the discussion, visit:
http://community.jboss.org/message/615329#615329
--------------------------------------------------------------
I tried to build the showcase and there's an error with the resource filtering build
participant. It doesn't like that you defined absolute targetPaths (starting with
"/") for webresources. I made it work using :
<webResources>
<resource>
<directory>src/main/webapp</directory>
</resource>
<resource>
<directory>src/main/webapp-tomcat</directory>
</resource>
<resource>
<directory>src/main/java</directory>
<targetPath>WEB-INF/src</targetPath>
</resource>
</webResources>
You can check the content of the web-resources folder under the "Deployed
Resources" node, in the Project Explorer.
This is definitely a m2e-wtp bug.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/615329#615329]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]