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/01/27 12:13:55 UTC

svn commit: r1064080 - /incubator/opennlp/trunk/opennlp/pom.xml

Author: joern
Date: Thu Jan 27 11:13:54 2011
New Revision: 1064080

URL: http://svn.apache.org/viewvc?rev=1064080&view=rev
Log:
OPENNLP-100 Added release.properties which is generated by the release plugin to RAT ignore

Modified:
    incubator/opennlp/trunk/opennlp/pom.xml

Modified: incubator/opennlp/trunk/opennlp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp/pom.xml?rev=1064080&r1=1064079&r2=1064080&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp/pom.xml Thu Jan 27 11:13:54 2011
@@ -83,7 +83,7 @@
 	          </configuration>
 	        </plugin>
 	      </plugins>
-	    </pluginManagement>	
+	    </pluginManagement>
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
@@ -105,6 +105,12 @@
 							<goal>check</goal>
 						</goals>
 						<phase>verify</phase>
+						<configuration>
+	              			<excludes>
+								<!-- File generated by maven-release-plugin -->
+		                        <exclude>release.properties</exclude>
+		                    </excludes>
+		                </configuration>
 					</execution>
 				</executions>
 			</plugin>