configured site deploy to /plugins-archives/<artifactId>-LATEST

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1541256 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 37530c9..027bc19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,12 @@
     <system>JIRA</system>
     <url>http://jira.codehaus.org/browse/MRAR</url>
   </issueManagement>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
+    </site>
+  </distributionManagement>
 
   <contributors>
     <contributor>
@@ -63,6 +69,7 @@
   <properties>
     <mavenVersion>2.0.6</mavenVersion>
     <mavenPluginVersion>3.2</mavenPluginVersion>
+    <maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path>
   </properties>  
 
   <dependencies>