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>