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/06 22:14:46 UTC

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

Author: hboutemy
Date: Mon Jan  6 21:14:45 2014
New Revision: 1556035

URL: http://svn.apache.org/r1556035
Log:
site publication configuration simplification

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=1556035&r1=1556034&r2=1556035&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Mon Jan  6 21:14:45 2014
@@ -118,13 +118,6 @@ under the License.
             <releaseProfiles>apache-release,rat,run-its</releaseProfiles>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-site-plugin</artifactId>
-          <configuration>
-            <skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -134,15 +127,6 @@ under the License.
         <configuration>
           <content>${project.reporting.outputDirectory}</content>
         </configuration>
-        <executions>
-          <execution>
-            <id>scm-publish</id>
-            <phase>site-deploy</phase><!-- deploy site with maven-scm-publish-plugin -->
-            <goals>
-              <goal>publish-scm</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-enforcer-plugin</artifactId>