Author: hboutemy
Date: Sun May 12 21:36:17 2013
New Revision: 1481653
URL: http://svn.apache.org/r1481653
Log:
[MPOM-41] added run-its profile to release plugin execution
Modified:
maven/plugins/trunk/maven-plugins/pom.xml
Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1481653&r1=1481652&r2=1481653&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Sun May 12 21:36:17 2013
@@ -115,6 +115,7 @@ under the License.
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
+ <releaseProfiles>apache-release,rat,run-its</releaseProfiles>
</configuration>
</plugin>
<plugin>