diff options
Diffstat (limited to 'winery')
-rw-r--r-- | winery/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winery/pom.xml b/winery/pom.xml index c6a5859..2a89813 100644 --- a/winery/pom.xml +++ b/winery/pom.xml @@ -52,6 +52,18 @@ <distribution>repo</distribution> </license> </licenses> + + <distributionManagement> + <repository> + <id>open-o-releases</id> + <url>${nexusproxy}/repositories/releases</url> + </repository> + <snapshotRepository> + <id>open-o-snapshots</id> + <url>${nexusproxy}/repositories/snapshots</url> + </snapshotRepository> + </distributionManagement> + <scm> <developerConnection>scm:git:http://git.eclipse.org/gitroot/winery/org.eclipse.winery.winery.git/</developerConnection> <tag>HEAD</tag> |