Hi!
I'm using Maven 2.0.1
I have the following snippet in my pom.xml:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<excludes>WEB-INF/lib/geronimo-spec*.jar,
WEB-INF/lib/junit*.jar</excludes>
</configuration>
</plugin>
This doesn't seem to work, according to the doc it should. How do I tell
the plug-in the exclude both my JUnit files and the Geronimo-spec files.
I tried regexps, and the warSourceExcludes tag instead of the excludes
tag. The result is the same.
Is this a bug or am I doing something wrong?
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]