This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-incremental.git

commit 2d484a83932d87d4fb8db7cf8d629a70aa960bb1
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Dec 13 10:58:37 2012 +0000

    configure site deployment via svnpubsub
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1421222 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 66 +----------------------------------------------------------------
 1 file changed, 1 insertion(+), 65 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2fcd2ab..5003c90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>18</version>
+    <version>19-SNAPSHOT</version>
     <relativePath>../maven-shared-components/pom.xml</relativePath>
   </parent>
 
@@ -40,13 +40,6 @@
     
<url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-incremental</url>
   </scm>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website.svnpub</id>
-      <url>scm:svn:${svnUrl}</url>
-    </site>
-  </distributionManagement>
-
   <issueManagement>
     <system>jira</system>
     <url>https://jira.codehaus.org/browse/MSHARED/component/15650</url>
@@ -54,12 +47,6 @@
 
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
-
-    <maven.sites.cache>${user.home}/maven-sites</maven.sites.cache>
-    
<siteFilePath>${maven.sites.cache}/shared/${project.artifactId}-${project.version}</siteFilePath>
-    <scmPubCheckoutDirectory>${siteFilePath}-content</scmPubCheckoutDirectory>
-    
<svnUrl>https://svn.apache.org/repos/infra/websites/production/maven/content/shared-archives/${project.artifactId}-${project.version}</svnUrl>
-
   </properties>
 
   <dependencies>
@@ -143,58 +130,7 @@
           </execution>
         </executions>
       </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <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>
-        <artifactId>maven-scm-publish-plugin</artifactId>
-        <version>1.0-beta-2</version>
-        <configuration>
-          <checkinComment>Apache ${project.name} site 
deployment</checkinComment>
-        </configuration>
-        <executions>
-          <execution>
-            <id>scm-publish</id>
-            <phase>site-deploy</phase>
-            <goals>
-              <goal>publish-scm</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
     </plugins>
   </build>
 
-  <profiles>
-    <profile>
-      <id>site-release</id>
-      <properties>
-
-        
<siteFilePath>${maven.sites.cache}/shared/${project.artifactId}</siteFilePath>
-        
<scmPubCheckoutDirectory>${siteFilePath}-content</scmPubCheckoutDirectory>
-        
<svnUrl>https://svn.apache.org/repos/infra/websites/production/maven/content/shared/${project.artifactId}</svnUrl>
-
-      </properties>
-    </profile>
-  </profiles>
-
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <commits@maven.apache.org>.

Reply via email to