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:13:37 UTC

svn commit: r1556034 - /maven/shared/trunk/maven-shared-components/pom.xml

Author: hboutemy
Date: Mon Jan  6 21:13:37 2014
New Revision: 1556034

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

Modified:
    maven/shared/trunk/maven-shared-components/pom.xml

Modified: maven/shared/trunk/maven-shared-components/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?rev=1556034&r1=1556033&r2=1556034&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-components/pom.xml (original)
+++ maven/shared/trunk/maven-shared-components/pom.xml Mon Jan  6 21:13:37 2014
@@ -117,13 +117,6 @@ under the License.
             <tagBase>https://svn.apache.org/repos/asf/maven/shared/tags</tagBase>
           </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>
@@ -133,15 +126,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>
     </plugins>
   </build>