Change pom to refer policy parent 25/48925/2
authorramverma <ram.krishna.verma@ericsson.com>
Thu, 24 May 2018 11:40:21 +0000 (12:40 +0100)
committerramverma <ram.krishna.verma@ericsson.com>
Thu, 24 May 2018 12:04:51 +0000 (13:04 +0100)
Change-Id: Ib3232a12eaef1d1ba9fe00b2194680a18e489f17
Issue-ID: POLICY-806
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4d1895e..0d00e3e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  ONAP Policy Engine - Drools PDP
+  ONAP Policy API
   ================================================================================
   Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
   ================================================================================
@@ -23,9 +23,9 @@
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>org.onap.oparent</groupId>
-               <artifactId>oparent</artifactId>
-               <version>1.1.0</version>
+               <groupId>org.onap.policy.parent</groupId>
+               <artifactId>integration</artifactId>
+               <version>2.0.0-SNAPSHOT</version>
                <relativePath/>
        </parent>
 
        <name>policy-api</name>
        <description>Code that define our external API.</description>
 
-       <properties>
-               <nexusproxy>https://nexus.onap.org</nexusproxy>
-                <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
-               <releases.path>content/repositories/releases/</releases.path>
-               <snapshots.path>content/repositories/snapshots/</snapshots.path>
-               <staging.path>content/repositories/staging/</staging.path>                
-       </properties>
-
-       <modules>
-       </modules>
-
        <distributionManagement>
                <site>
                        <id>ecomp-site</id>
                </site>
        </distributionManagement>
 
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <nexusUrl>${nexusproxy}</nexusUrl>
-                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                       <serverId>ecomp-staging</serverId>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-deploy-plugin</artifactId>
-                               <configuration>
-                                       <skip />
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                         <groupId>org.apache.maven.plugins</groupId>
-                         <artifactId>maven-site-plugin</artifactId>
-                         <dependencies>
-                           <dependency>
-                             <groupId>org.apache.maven.wagon</groupId>
-                             <artifactId>wagon-webdav-jackrabbit</artifactId>
-                             <version>2.10</version>
-                           </dependency>
-                         </dependencies>
-                       </plugin>
-               </plugins>
-       </build>
-       <reporting>
-         <plugins>
-           <plugin>
-             <groupId>org.apache.maven.plugins</groupId>
-             <artifactId>maven-javadoc-plugin</artifactId>
-             <version>2.10.4</version>
-             <configuration>
-               <failOnError>false</failOnError>
-               <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
-               <docletArtifact>
-                 <groupId>org.umlgraph</groupId>
-                 <artifactId>umlgraph</artifactId>
-                 <version>5.6</version>
-               </docletArtifact>
-               <additionalparam>-views</additionalparam>
-               <useStandardDocletOptions>true</useStandardDocletOptions>
-             </configuration>
-           </plugin>
-         </plugins>
-       </reporting>
-
 </project>