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 11:34:52 UTC

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

Author: joern
Date: Thu Jan 27 10:34:52 2011
New Revision: 1064074

URL: http://svn.apache.org/viewvc?rev=1064074&view=rev
Log:
OPENNLP-100 Now uses the 2.1 version of the release plugin.

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=1064074&r1=1064073&r2=1064074&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp/pom.xml Thu Jan 27 10:34:52 2011
@@ -68,6 +68,22 @@
 	</dependencyManagement>
 	
 	<build>
+		<pluginManagement>
+		  <plugins>
+	        <!-- set release-plugin version to > than 2.0,
+	             needed for "flat" hierarchy support -->
+	        <plugin>
+	          <groupId>org.apache.maven.plugins</groupId>
+	          <artifactId>maven-release-plugin</artifactId>
+	          <version>2.1</version>         
+	          <configuration>
+	            <useReleaseProfile>false</useReleaseProfile>
+	            <goals>deploy</goals>
+	            <arguments>-Papache-release</arguments>
+	          </configuration>
+	        </plugin>
+	      </plugins>
+	    </pluginManagement>	
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>