Author: rdonkin
Date: Mon Jun 16 14:05:12 2008
New Revision: 668313
URL: http://svn.apache.org/viewvc?rev=668313&view=rev
Log:
Exclude distributions
Modified:
james/mailet/api/trunk/pom.xml
Modified: james/mailet/api/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/api/trunk/pom.xml?rev=668313&r1=668312&r2=668313&view=diff
==============================================================================
--- james/mailet/api/trunk/pom.xml (original)
+++ james/mailet/api/trunk/pom.xml Mon Jun 16 14:05:12 2008
@@ -203,9 +203,9 @@
<version>1.0-alpha-3</version>
<configuration>
<excludes>
- <exclude>NOTICE.base</exclude>
- <exclude>LICENSE.apache</exclude>
- <exclude>release.properties</exclude>
+ <exclude>NOTICE.txt</exclude>
+ <exclude>LICENSE.txt</exclude>
+ <exclude>dist/**/*</exclude>
</excludes>
</configuration>
</plugin>