Added distribution management to all POMs
git-svn-id: https://hyracks.googlecode.com/svn/trunk@2386 123451ca-8445-de46-9d55-352943316053
diff --git a/fullstack/algebricks/pom.xml b/fullstack/algebricks/pom.xml
index 21a22bf..1a1d60b 100644
--- a/fullstack/algebricks/pom.xml
+++ b/fullstack/algebricks/pom.xml
@@ -6,6 +6,17 @@
<packaging>pom</packaging>
<name>algebricks</name>
+ <distributionManagement>
+ <repository>
+ <id>hyracks-releases</id>
+ <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>hyracks-snapshots</id>
+ <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+
<modules>
<module>algebricks-compiler</module>
<module>algebricks-common</module>
diff --git a/fullstack/hyracks/pom.xml b/fullstack/hyracks/pom.xml
index 21076e7..06df615 100644
--- a/fullstack/hyracks/pom.xml
+++ b/fullstack/hyracks/pom.xml
@@ -61,6 +61,17 @@
</plugins>
</reporting>
+ <distributionManagement>
+ <repository>
+ <id>hyracks-releases</id>
+ <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>hyracks-snapshots</id>
+ <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+
<repositories>
<repository>
<id>hyracks-public</id>
diff --git a/fullstack/pregelix/pom.xml b/fullstack/pregelix/pom.xml
index 513c77a..679a9c5 100644
--- a/fullstack/pregelix/pom.xml
+++ b/fullstack/pregelix/pom.xml
@@ -61,6 +61,17 @@
</plugins>
</reporting>
+ <distributionManagement>
+ <repository>
+ <id>hyracks-releases</id>
+ <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>hyracks-snapshots</id>
+ <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+
<repositories>
<repository>
<id>hyracks-public</id>