diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/api-parent/pom.xml | 15 | ||||
-rw-r--r-- | common/features-parent/pom.xml | 16 | ||||
-rw-r--r-- | common/impl-parent/pom.xml | 14 | ||||
-rw-r--r-- | common/it-parent/pom.xml | 15 | ||||
-rw-r--r-- | common/karaf-parent/pom.xml | 16 |
5 files changed, 76 insertions, 0 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> |