fix site deployment

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1379403 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 6dd54c4..31dc93a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,8 +43,6 @@
     <distUrlReleaseRepo>https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/</distUrlReleaseRepo>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-    <scmPubCheckoutDirectory>${user.home}/redback-components-site-content</scmPubCheckoutDirectory>
-
   </properties>
 
   <description>Parent Pom for various components used in Redback, Apache Archiva and Apache Continuum.</description>
@@ -54,10 +52,11 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/redback-components-parent/</developerConnection>
     <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/</url>
   </scm>
+
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components</url>
+      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
@@ -191,13 +190,6 @@
             <goals>clean deploy</goals>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-scm-publish-plugin</artifactId>
-          <configuration>
-            <checkinComment>Apache Redback Components site deployment</checkinComment>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -230,6 +222,7 @@
       </plugin>
     </plugins>
   </build>
+
   <reporting>
     <plugins>
       <plugin>
@@ -295,6 +288,7 @@
     </plugins>
   </reporting>
 
+
   <profiles>
     <profile>
       <id>maven-3</id>
@@ -322,29 +316,6 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>all</id>
-      <modules>
-        <module>../expression-evaluator</module>
-        <module>../spring-apacheds</module>
-        <module>../spring-cache</module>
-        <module>../spring-jdo2</module>
-        <module>../spring-quartz</module>
-        <module>../spring-registry</module>
-        <module>../spring-taskqueue</module>
-        <module>../spring-utils</module>
-      </modules>
-      <reporting>
-        <plugins>
-          <plugin>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <configuration>
-              <aggregate>true</aggregate>
-            </configuration>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
   </profiles>
 
 </project>
diff --git a/src/site/site.xml b/src/site/site.xml
deleted file mode 100644
index df92ba7..0000000
--- a/src/site/site.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project>
-
-  <!--skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
-  </skin-->
-
-  <custom>
-    <fluidoSkin>
-      <topBarEnabled>true</topBarEnabled>
-      <sideBarEnabled>false</sideBarEnabled>
-      <googleSearch>
-        <sitesearch>http://archiva.apache.org/redback/components</sitesearch>
-      </googleSearch>
-      <twitter>
-        <user>archiva</user>
-        <showUser>true</showUser>
-        <showFollowers>false</showFollowers>
-      </twitter>
-      <ohloh>
-        <projectId>8659</projectId>
-        <widget>stats</widget>
-      </ohloh>
-    </fluidoSkin>
-
-  </custom>
-
-  <publishDate format="yyyy-MM-dd" position="left" />
-  <version position="left" />
-
-  <body>
-    <links>
-      <item name="Archiva" href="http://archiva.apache.org"/>
-      <item name="Redback" href="http://archiva.apache.org/redback"/>
-    </links>
-
-    <menu ref="modules" />
-    <menu ref="reports" />
-
-    <menu name="ASF" inherit="bottom">
-      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
-      <item name="Foundation" href="http://www.apache.org/foundation/"/>
-      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
-      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
-    </menu>
-
-  </body>
-</project>