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

svn commit: r1379160 - /maven/plugins/trunk/pom.xml

Author: olamy
Date: Thu Aug 30 21:28:11 2012
New Revision: 1379160

URL: http://svn.apache.org/viewvc?rev=1379160&view=rev
Log:
add maven-scm-publish-plugin module in reactor build

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1379160&r1=1379159&r2=1379160&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Thu Aug 30 21:28:11 2012
@@ -84,6 +84,7 @@ under the License.
     <module>maven-toolchains-plugin</module>
     <module>maven-verifier-plugin</module>
     <module>maven-war-plugin</module>
+    <module>maven-scm-publish-plugin</module>
   </modules>
 
   <profiles>