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/29 01:14:33 UTC

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

Author: hboutemy
Date: Wed Jan 29 00:14:32 2014
New Revision: 1562325

URL: http://svn.apache.org/r1562325
Log:
maven-scm-publish-plugin is now part of plugins only built with Maven 3

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1562325&r1=1562324&r2=1562325&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Wed Jan 29 00:14:32 2014
@@ -89,7 +89,6 @@ 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>
@@ -106,6 +105,7 @@ under the License.
         <module>maven-project-info-reports-plugin</module>
         <module>maven-remote-resources-plugin</module>
         <module>maven-shade-plugin</module>
+        <module>maven-scm-publish-plugin</module>
       </modules>
     </profile>