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/01/31 22:49:54 UTC

svn commit: r1563270 - /maven/plugins/trunk/maven-scm-publish-plugin/pom.xml

Author: hboutemy
Date: Fri Jan 31 21:49:54 2014
New Revision: 1563270

URL: http://svn.apache.org/r1563270
Log:
use run-its profile during release

Modified:
    maven/plugins/trunk/maven-scm-publish-plugin/pom.xml

Modified: maven/plugins/trunk/maven-scm-publish-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-scm-publish-plugin/pom.xml?rev=1563270&r1=1563269&r2=1563270&view=diff
==============================================================================
--- maven/plugins/trunk/maven-scm-publish-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-scm-publish-plugin/pom.xml Fri Jan 31 21:49:54 2014
@@ -169,6 +169,12 @@ under the License.
           <artifactId>maven-site-plugin</artifactId>
           <version>3.3</version>
         </plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <releaseProfiles>apache-release,rat,run-its</releaseProfiles><!-- TODO add to parent pom -->
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>