Hi,

I have just found this annoying bug that when you have specified a customer <warSourceDirectory> in your pom. Then the war overlay mechanism will not work. It does work when you don't specify the customer <warSourceDirectory>.
This is definitely seems like a bug. Please let me know how to proceed.
Thanks.

P.S. Following is a case scenario for reproducing the bug,
1. specify a war dependency in pom.xml e.g.,
    <dependency>
      <groupId>overlaywar</groupId>
      <artifactId>overlaywar-webapp</artifactId>
      <version>1.0-SNAPSHOT</version>
          <type>war</type>
      <scope>runtime</scope>
        </dependency>
2. specify a customer war source directory in pom.xml e.g.
      <plugin>
        <artifactId>maven-war-plugin</artifactId>
        <version>2.0-beta-2</version>
<configuration> <warSourceDirectory>src/main/samplewebapp</warSourceDirectory>
        </configuration>
      </plugin>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to