You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/11/01 10:22:56 UTC

svn commit: r1195887 - /incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml

Author: joern
Date: Tue Nov  1 09:22:56 2011
New Revision: 1195887

URL: http://svn.apache.org/viewvc?rev=1195887&view=rev
Log:
OPENNLP-343 Added exclude for maven release plugin generated files.

Modified:
    incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml

Modified: incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml?rev=1195887&r1=1195886&r2=1195887&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml (original)
+++ incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml Tue Nov  1 09:22:56 2011
@@ -30,6 +30,8 @@
       <excludes>
         <exclude>**/target/**</exclude>
         <exclude>**/.*/**</exclude>
+        <exclude>**/pom.xml.releaseBackup</exclude>
+        <exclude>**/release.properties</exclude>
       </excludes>
     </fileSet>
   </fileSets>