Add distribution management configuration to fulcrum modules

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/parser@1859569 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 63aa1e9..1cd0650 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,14 @@
   <inceptionYear>2005</inceptionYear>
   <description>This Service functions as a repository for Parser components.</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-parser</url>
-		
+
+  <!-- Required for staging to work -->
+  <distributionManagement>
+    <site>
+       <id>turbine.apache.org</id>
+       <url>https://turbine.apache.org/fulcrum/fulcrum-parser/</url>
+    </site>
+  </distributionManagement>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/parser/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/parser/</developerConnection>
@@ -133,6 +140,9 @@
 
   <properties>
     <turbine.site.path>fulcrum/fulcrum-parser</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/parser</turbine.scmPubCheckoutDirectory>
+    <turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
+    <siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL -->
   </properties>  
 	
 </project>