From e36d3be47c4b30d84851a5a3232dfa348607988f Mon Sep 17 00:00:00 2001 From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0> Date: Tue, 13 Apr 2010 17:56:57 +0000 Subject: [PATCH] --- trunk/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/trunk/pom.xml b/trunk/pom.xml index bff47810..dc148262 100644 --- a/trunk/pom.xml +++ b/trunk/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