You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/10/19 16:42:12 UTC

svn commit: r1632920 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Sun Oct 19 14:42:12 2014
New Revision: 1632920

URL: http://svn.apache.org/r1632920
Log:
no more rat profile since rat is check on every build

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1632920&r1=1632919&r2=1632920&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Oct 19 14:42:12 2014
@@ -886,7 +886,7 @@ under the License.
           <version>2.5.1</version>
           <configuration>
             <useReleaseProfiles>true</useReleaseProfiles>
-            <releaseProfiles>apache-release,rat</releaseProfiles>
+            <releaseProfiles>apache-release</releaseProfiles>
             <goals>deploy</goals>
             <arguments>${arguments}</arguments>
           </configuration>