summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/api-parent/pom.xml15
-rw-r--r--common/features-parent/pom.xml16
-rw-r--r--common/impl-parent/pom.xml14
-rw-r--r--common/it-parent/pom.xml15
-rw-r--r--common/karaf-parent/pom.xml16
-rw-r--r--pom.xml37
6 files changed, 93 insertions, 20 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml
index 76c2aafe7..02e8fa457 100644
--- a/common/api-parent/pom.xml
+++ b/common/api-parent/pom.xml
@@ -21,6 +21,10 @@
<relativePath/>
</parent>
+ <properties>
+ <nexusproxy>http://nexus.fd.io/content</nexusproxy>
+ </properties>
+
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
@@ -55,4 +59,15 @@
</plugin>
</plugins>
</build>
+
+ <distributionManagement>
+ <repository>
+ <id>fdio-release</id>
+ <url>${nexusproxy}/repositories/fd.io.release/</url>
+ </repository>
+ <snapshotRepository>
+ <id>fdio-snapshot</id>
+ <url>${nexusproxy}/repositories/fd.io.dev/</url>
+ </snapshotRepository>
+ </distributionManagement>
</project>
diff --git a/common/features-parent/pom.xml b/common/features-parent/pom.xml
index a3dac7341..d11d0e901 100644
--- a/common/features-parent/pom.xml
+++ b/common/features-parent/pom.xml
@@ -20,6 +20,11 @@
<version>1.6.0-SNAPSHOT</version>
<relativePath/>
</parent>
+
+ <properties>
+ <nexusproxy>http://nexus.fd.io/content</nexusproxy>
+ </properties>
+
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>features-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
@@ -54,4 +59,15 @@
</plugin>
</plugins>
</build>
+
+ <distributionManagement>
+ <repository>
+ <id>fdio-release</id>
+ <url>${nexusproxy}/repositories/fd.io.release/</url>
+ </repository>
+ <snapshotRepository>
+ <id>fdio-snapshot</id>
+ <url>${nexusproxy}/repositories/fd.io.dev/</url>
+ </snapshotRepository>
+ </distributionManagement>
</project>
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml
index ac17c8a34..f7eca59ef 100644
--- a/common/impl-parent/pom.xml
+++ b/common/impl-parent/pom.xml
@@ -28,9 +28,12 @@
<artifactId>impl-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
+
<properties>
<checkstyle.header.file>APACHE_HEADER.txt</checkstyle.header.file>
+ <nexusproxy>http://nexus.fd.io/content</nexusproxy>
</properties>
+
<build>
<plugins>
<plugin>
@@ -60,4 +63,15 @@
</plugin>
</plugins>
</build>
+
+ <distributionManagement>
+ <repository>
+ <id>fdio-release</id>
+ <url>${nexusproxy}/repositories/fd.io.release/</url>
+ </repository>
+ <snapshotRepository>
+ <id>fdio-snapshot</id>
+ <url>${nexusproxy}/repositories/fd.io.dev/</url>
+ </snapshotRepository>
+ </distributionManagement>
</project>
diff --git a/common/it-parent/pom.xml b/common/it-parent/pom.xml
index 9272cc4a8..3d756ffcf 100644
--- a/common/it-parent/pom.xml
+++ b/common/it-parent/pom.xml
@@ -23,6 +23,10 @@
<relativePath/>
</parent>
+ <properties>
+ <nexusproxy>http://nexus.fd.io/content</nexusproxy>
+ </properties>
+
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>it-parent</artifactId>
@@ -57,4 +61,15 @@
</plugin>
</plugins>
</build>
+
+ <distributionManagement>
+ <repository>
+ <id>fdio-release</id>
+ <url>${nexusproxy}/repositories/fd.io.release/</url>
+ </repository>
+ <snapshotRepository>
+ <id>fdio-snapshot</id>
+ <url>${nexusproxy}/repositories/fd.io.dev/</url>
+ </snapshotRepository>
+ </distributionManagement>
</project>
diff --git a/common/karaf-parent/pom.xml b/common/karaf-parent/pom.xml
index 253dc361b..3cdfc91dd 100644
--- a/common/karaf-parent/pom.xml
+++ b/common/karaf-parent/pom.xml
@@ -20,6 +20,11 @@
<version>1.6.0-SNAPSHOT</version>
<relativePath/>
</parent>
+
+ <properties>
+ <nexusproxy>http://nexus.fd.io/content</nexusproxy>
+ </properties>
+
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>karaf-parent</artifactId>
@@ -54,4 +59,15 @@
</plugin>
</plugins>
</build>
+
+ <distributionManagement>
+ <repository>
+ <id>fdio-release</id>
+ <url>${nexusproxy}/repositories/fd.io.release/</url>
+ </repository>
+ <snapshotRepository>
+ <id>fdio-snapshot</id>
+ <url>${nexusproxy}/repositories/fd.io.dev/</url>
+ </snapshotRepository>
+ </distributionManagement>
</project>
diff --git a/pom.xml b/pom.xml
index 43aa04472..58ed81ab6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,38 +15,35 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-<groupId>io.fd.honeycomb</groupId>
+ <properties>
+ <nexusproxy>http://nexus.fd.io/content</nexusproxy>
+ </properties>
+
+ <groupId>io.fd.honeycomb</groupId>
<artifactId>honeycomb-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>honeycomb</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
+
<prerequisites>
<maven>3.1.1</maven>
</prerequisites>
+
<modules>
<module>common</module>
<module>v3po</module>
<module>vbd</module>
</modules>
- <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <distributionManagement>
+ <repository>
+ <id>fdio-release</id>
+ <url>${nexusproxy}/repositories/fd.io.release/</url>
+ </repository>
+ <snapshotRepository>
+ <id>fdio-snapshot</id>
+ <url>${nexusproxy}/repositories/fd.io.dev/</url>
+ </snapshotRepository>
+ </distributionManagement>
</project>