From: Erik Brakkee <erik@brakkee.org>
Date: Sun, 30 May 2010 17:08:53 +0000 (+0000)
Subject: (no commit message)
X-Git-Tag: wamblee-utils-0.7~439
X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=8912334587686b3ceaf3874276626b5ffe8fc3c7;p=utils

---

diff --git a/support/general/pom.xml b/support/general/pom.xml
index a4f71238..771d2cc1 100644
--- a/support/general/pom.xml
+++ b/support/general/pom.xml
@@ -62,5 +62,12 @@
       <artifactId>jaxen</artifactId>
     </dependency>
   </dependencies>
+  
+  <distributionManagement>
+    <site>
+      <id>test-enterprise-site</id>
+      <url>file:${distrib}/support/general</url>
+    </site>
+  </distributionManagement>
 
 </project>