(no commit message)
authorErik Brakkee <erik@brakkee.org>
Tue, 13 Apr 2010 17:56:57 +0000 (17:56 +0000)
committerErik Brakkee <erik@brakkee.org>
Tue, 13 Apr 2010 17:56:57 +0000 (17:56 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index bff478100a22a16478536cade953cfa7555e6b95..dc14826241e0fe5c330c7d02cc561faac713bcf0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             </activation>
         </profile>
     </profiles>
+    
+    <distributionManagement>
+        <repository>
+            <id>local</id>
+            <name>Local directory</name>
+            <url>file:${user.home}/java/workspace/deploy</url>
+        </repository>
+    </distributionManagement>
 
 
     <properties>