Author: norman
Date: Tue May 4 17:26:35 2010
New Revision: 940972
URL: http://svn.apache.org/viewvc?rev=940972&view=rev
Log:
more excludes
Modified:
james/mailet/standard/trunk/pom.xml
Modified: james/mailet/standard/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/standard/trunk/pom.xml?rev=940972&r1=940971&r2=940972&view=diff
==============================================================================
--- james/mailet/standard/trunk/pom.xml (original)
+++ james/mailet/standard/trunk/pom.xml Tue May 4 17:26:35 2010
@@ -260,6 +260,8 @@
<!-- Generated by Maven -->
<exclude>release.properties</exclude>
<exclude>dist/**/*</exclude>
+ <exclude>target/**/*</exclude>
+ <exclude>bin/**/*</exclude>
</excludes>
</configuration>
</plugin>
@@ -309,6 +311,9 @@
<!-- Generated by Maven -->
<exclude>release.properties</exclude>
<exclude>dist/**/*</exclude>
+ <exclude>target/**/*</exclude>
+ <exclude>bind/**/*</exclude>
+
</excludes>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]