You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bi...@apache.org on 2010/10/27 14:15:42 UTC

svn commit: r1027929 - /mahout/trunk/pom.xml

Author: bimargulies
Date: Wed Oct 27 12:15:41 2010
New Revision: 1027929

URL: http://svn.apache.org/viewvc?rev=1027929&view=rev
Log:
Turn off the strange apache-release profile.

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1027929&r1=1027928&r2=1027929&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Wed Oct 27 12:15:41 2010
@@ -310,10 +310,10 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.1</version>
                     <configuration>
+		        <arguments>-P!apache-release,everything</arguments>
                         <useReleaseProfile>true</useReleaseProfile>
                         <releaseProfiles>release,mahout_release,release_perform</releaseProfiles>
                         <remoteTagging>true</remoteTagging>
-                        <preparationGoals>clean install</preparationGoals>
                         <goals>deploy</goals>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <allowTimestampedSnapshots>true</allowTimestampedSnapshots>