Inherit from oparent
authorGary Wu <gary.i.wu@huawei.com>
Tue, 30 Aug 2016 21:19:15 +0000 (14:19 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 30 Aug 2016 21:19:15 +0000 (14:19 -0700)
Change-Id: I11a55a9ccca1accd2cc5e22ef97b8b9e4b8934b1
Issue-id: INT-41
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 3c74627..331f800 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
+
+       <parent>
+         <groupId>org.openo.oparent</groupId>
+         <artifactId>oparent</artifactId>
+         <version>1.0.0-SNAPSHOT</version>
+         <relativePath></relativePath>
+       </parent>
+
        <groupId>org.openo.common-services.common-utilities</groupId>
        <artifactId>common-setting</artifactId>
        <version>1.0.1-SNAPSHOT</version>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
 
-    <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>
         <connection>scm:git:ssh://git.open-o.org:29418/common-services-common-utilities.git</connection>
         <developerConnection>scm:git:ssh://git.open-o.org:29418/common-services-common-utilities.git</developerConnection>