Where is logback-test.xml in your directory structure relative to the pom? -Dave
On Fri, Feb 17, 2012 at 11:07 AM, Greg Thomas <greg.d.tho...@gmail.com> wrote: > On 17 February 2012 17:52, David Hoffer <dhoff...@gmail.com> 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: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org