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