brian pickens [
http://community.jboss.org/people/bpickens.ibsys] created the discussion
"m2e-wtp War Overlay"
To view the discussion, visit:
http://community.jboss.org/message/624553#624553
--------------------------------------------------------------
Hi, I'm hoping Fred Bricon can help me. I wasn't sure where better to post so here
it is.
I'm having trouble getting the new War Overlay features to work. I have a standard
war dependancy and overlay configured. However it doesn't showup in the
/target/m2e-wtp/overlays/ folder. In fact, there is no overlays folder inside the m2e-wtp/
folder. I'm hesitant to create a bug because I think this may be a configuration
issue, or some other use error on my part.
<dependency>
<groupId>com.ibsys.toolshed</groupId>
<artifactId>my-web-lib</artifactId>
<version>4.0.0-SNAPSHOT</version>
<type>war</type>
<scope>runtime</scope>
<optional>false</optional>
</dependency>
<overlay>
<groupId>com.ibsys.toolshed</groupId>
<artifactId>my-web-lib</artifactId>
</overlay>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/624553#624553]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]