You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2011/10/26 22:36:50 UTC

svn commit: r1189432 - /maven/sandbox/trunk/mae/pom.xml

Author: jdcasey
Date: Wed Oct 26 20:36:49 2011
New Revision: 1189432

URL: http://svn.apache.org/viewvc?rev=1189432&view=rev
Log:
adding maven default excludes...not sure, but seems like this isn't enabled by default

Modified:
    maven/sandbox/trunk/mae/pom.xml

Modified: maven/sandbox/trunk/mae/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mae/pom.xml?rev=1189432&r1=1189431&r2=1189432&view=diff
==============================================================================
--- maven/sandbox/trunk/mae/pom.xml (original)
+++ maven/sandbox/trunk/mae/pom.xml Wed Oct 26 20:36:49 2011
@@ -161,6 +161,7 @@
                 <goal>check</goal>
               </goals>
               <configuration>
+                <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
                 <excludes>
                   <exclude>**/.plxarc</exclude>
                   <exclude>*.log</exclude>