From eb843be29db4e89539a53bcc7addb23e12a27c1b Mon Sep 17 00:00:00 2001
From: Erik Brakkee <erik@brakkee.org>
Date: Tue, 13 Apr 2010 17:56:57 +0000
Subject: [PATCH]

---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index bff47810..dc148262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -531,6 +531,14 @@
             </activation>
         </profile>
     </profiles>
+    
+    <distributionManagement>
+        <repository>
+            <id>local</id>
+            <name>Local directory</name>
+            <url>file:${user.home}/java/workspace/deploy</url>
+        </repository>
+    </distributionManagement>
 
 
     <properties>
-- 
2.31.1