You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2012/10/27 23:23:30 UTC

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

Author: bimargulies
Date: Sat Oct 27 21:23:30 2012
New Revision: 1402878

URL: http://svn.apache.org/viewvc?rev=1402878&view=rev
Log:
MPOM-38: Enable RAT to help us get maven releases to be license-header compliant 
o fix typo.
--This line, and those below, will be 
ignored--


M    maven/pom.xml

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=1402878&r1=1402877&r2=1402878&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Oct 27 21:23:30 2012
@@ -811,7 +811,7 @@ under the License.
           <artifactId>maven-release-plugin</artifactId>
           <version>2.3.2</version>
           <configuration>
-            <useReleaseProfile>true</useReleaseProfile>
+            <useReleaseProfiles>true</useReleaseProfiles>
             <releaseProfiles>apache-release,rat</releaseProfiles>
             <goals>deploy</goals>
             <arguments>${arguments}</arguments>