]> source.dussan.org Git - archiva.git/commitdiff
do not configure that in the parent sub projects will fail on deploying site
authorOlivier Lamy <olamy@apache.org>
Thu, 20 Sep 2012 12:00:57 +0000 (12:00 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 20 Sep 2012 12:00:57 +0000 (12:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1387988 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 4074328af3a0d181acefca242c8d273833ed4411..45559ec9064d145b2d94dd0882b4e8ab54f335c7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-scm-publish-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>scm-publish</id>
-            <phase>site-deploy</phase>
-            <goals>
-              <goal>publish-scm</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>3.1</version>
-          <configuration>
-            <skipDeploy>true</skipDeploy>
-          </configuration>
-          <executions>
-            <execution>
-              <id>stage-for-scm-publish</id>
-              <phase>post-site</phase>
-              <goals>
-                <goal>stage</goal>
-              </goals>
-              <configuration>
-                <skipDeploy>false</skipDeploy>
-              </configuration>
-            </execution>
-          </executions>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>