JBoss Community

m2e-wtp War Overlay

created by brian pickens in JBoss Tools - View the full discussion

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

Start a new discussion in JBoss Tools at Community