(no commit message)
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index bff478100a22a16478536cade953cfa7555e6b95..e69a73f6e73ecaf9c9bb6d8849b079f35cb747d1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
         </license>
     </licenses>
     <scm>
-        <url>http://wamblee.org/svn/public</url>
+        <url>http://wamblee.org/svn/public/utils</url>
     </scm>
 
     <modules>
             </activation>
         </profile>
     </profiles>
+    
+    <distributionManagement>
+        <repository>
+            <id>local</id>
+            <name>Local directory</name>
+            <url>file:${user.home}/java/workspace/deploy</url>
+        </repository>
+    </distributionManagement>
 
 
     <properties>