On 17 February 2012 17:52, David Hoffer <[email protected]> wrote:
> Or am I missing how to exclude from war?
I'm excluding a logback-test.xml file from the WAR using the directive
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<configuration>
<packagingExcludes>**/logback-test.xml</packagingExcludes>
</configuration>
</plugin>
And that seems to work just fine ...
Greg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]