Add distributionManagement configuration
authorHuabingZhao <zhao.huabing@zte.com.cn>
Fri, 2 Sep 2016 12:31:11 +0000 (20:31 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Fri, 2 Sep 2016 12:33:40 +0000 (20:33 +0800)
Change-Id: I236bb8d74e9789458c80915c8dc2c9b071a0c3d3
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
winery/pom.xml

index c6a5859..2a89813 100644 (file)
                        <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>