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 801cccf..a761baf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,10 +49,17 @@
     <system>JIRA</system>
     <url>http://jira.codehaus.org/browse/MVERIFIER</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>
 
   <properties>
     <mavenVersion>2.0.6</mavenVersion>
     <mavenPluginVersion>3.2</mavenPluginVersion>
+    <maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path>
   </properties>
 
   <dependencies>