diff options
Diffstat (limited to 'common/features-parent/pom.xml')
-rw-r--r-- | common/features-parent/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
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> |