summaryrefslogtreecommitdiffstats
path: root/winery
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2016-09-02 20:31:11 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2016-09-02 20:33:40 +0800
commitb612936d5e5732a7615c8b55cffc9a85a3bb7343 (patch)
tree054e4c840f402e0a691afee2178ae2d2b0d9bbe6 /winery
parent82601d5fed166ab4c53846e71280f34b3088d72b (diff)
Add distributionManagement configuration
Change-Id: I236bb8d74e9789458c80915c8dc2c9b071a0c3d3 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'winery')
-rw-r--r--winery/pom.xml12
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>