[maven-release-plugin]  copy for tag maven-skins-8

git-svn-id: https://svn.apache.org/repos/asf/maven/skins/tags/maven-skins-8@1549585 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e1912da..026f88c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,12 +55,12 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/skins</url>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
     </site>
   </distributionManagement>
 
   <properties>
-    <maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
+    <maven.site.path>skins-archives/maven-skins-LATEST</maven.site.path>
     <sitePluginVersion>3.3</sitePluginVersion>
   </properties>
 
@@ -71,17 +71,13 @@
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/skins/tags</tagBase>
-            <arguments>-Prc,apache-release,run-its,reporting</arguments>
-            <goals>deploy site-deploy</goals>
+            <arguments>-Papache-release,rat,run-its</arguments>
           </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>3.3</version>
-          <configuration>
-            <skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
-          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -95,20 +91,11 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
         <configuration>
-          <content>${project.reporting.outputDirectory}</content>
+          <content>${project.build.directory}/staging/${maven.site.path}</content>
           <pubScmUrl>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</pubScmUrl>
           <checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
           <tryUpdate>true</tryUpdate>
         </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>
diff --git a/site-pom.xml b/site-pom.xml
index 658955e..86fb306 100644
--- a/site-pom.xml
+++ b/site-pom.xml
@@ -57,7 +57,7 @@
   </distributionManagement>
 
   <properties>
-    <maven.site.path>pom-archives/skins-${project.version}</maven.site.path>
+    <maven.site.path>pom-archives/skins-LATEST</maven.site.path>
   </properties>
 
   <build>
@@ -71,13 +71,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <profiles>
-    <profile>
-      <id>site-release</id>
-      <properties>
-        <maven.site.path>pom/skins</maven.site.path>
-      </properties>
-    </profile>
-  </profiles>
 </project>
diff --git a/src/site-docs/apt/index.apt b/src/site-docs/apt/index.apt
index 4bc40bd..dc32941 100644
--- a/src/site-docs/apt/index.apt
+++ b/src/site-docs/apt/index.apt
@@ -36,6 +36,8 @@
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+| {{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-8/pom.xml?view=markup}8}} ({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-8/pom.xml?r1=HEAD&r2=1377628&diff_format=h}diff}}) | 2013-12-08 |
+*--------------+------------+
 | {{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-7/pom.xml?view=markup}7}} ({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-7/pom.xml?r1=HEAD&r2=1233017&diff_format=h}diff}}) | 2012-01-18 |
 *--------------+------------+
 | {{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-6/pom.xml?view=markup}6}} ({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-6/pom.xml?r1=HEAD&r2=922895&diff_format=h}diff}}) | 2011-01-22 |