]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-457: Adding <distributionManagement> element to our root POM to publish the...
authorRichard Millet <richard.millet@berkeley.edu>
Mon, 21 Sep 2009 16:02:30 +0000 (16:02 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Mon, 21 Sep 2009 16:02:30 +0000 (16:02 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 5cdcbdd28d76df9de6d78ab875a21a37562bf768..56cc8d016f9d0d9be288d0b4dd7b7dd8628149af 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
         <nuxeo.version.5.2>5.2.1-SNAPSHOT</nuxeo.version.5.2>\r
         <nuxeo.version.1.5>1.5.1-SNAPSHOT</nuxeo.version.1.5>\r
-    </properties>    \r
+    </properties>\r
+    \r
+    <distributionManagement>\r
+        <repository>\r
+            <id>libs-releases-local</id>\r
+            <name>libs-releases-local</name>\r
+            <url>http://source.collectionspace.org:8081/artifactory/libs-releases-local</url>\r
+        </repository>\r
+        \r
+        <snapshotRepository>\r
+            <id>libs-snapshots-local</id>\r
+            <name>libs-snapshots-local</name>\r
+            <url>http://source.collectionspace.org:8081/artifactory/libs-snapshots-local</url>\r
+        </snapshotRepository>\r
+    </distributionManagement> \r
+    \r
     <modules>\r
         <module>3rdparty</module>\r
         <module>services</module>\r