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/03/09 17:49:13 UTC

svn commit: r1575725 - /maven/pom/trunk/maven/site-pom.xml

Author: hboutemy
Date: Sun Mar  9 16:49:12 2014
New Revision: 1575725

URL: http://svn.apache.org/r1575725
Log:
simplified site publication configuration

Modified:
    maven/pom/trunk/maven/site-pom.xml

Modified: maven/pom/trunk/maven/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/site-pom.xml?rev=1575725&r1=1575724&r2=1575725&view=diff
==============================================================================
--- maven/pom/trunk/maven/site-pom.xml (original)
+++ maven/pom/trunk/maven/site-pom.xml Sun Mar  9 16:49:12 2014
@@ -67,7 +67,6 @@ under the License.
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
           <siteDirectory>${basedir}/src/site-docs</siteDirectory>
-          <skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
         </configuration>
       </plugin>
       <plugin>
@@ -76,15 +75,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>