aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-05-24 14:42:07 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-05-24 14:42:43 +0100
commit707f48681cd69107364da6d4a4f730a9b5d72119 (patch)
tree221fd43953119bc7bfb9fe5623908216e125f199
parent51aea6141733177c9b527ff6aeb6862ab6afc948 (diff)
Change pom to refer policy parent
Change-Id: Ic87e8e1f9aeea4924cd09d54e3c39d83d0c82525 Issue-ID: POLICY-849 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
-rw-r--r--pom.xml72
1 files changed, 4 insertions, 68 deletions
diff --git a/pom.xml b/pom.xml
index c1cbe5a..0dfcca5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<!--
============LICENSE_START=======================================================
- ONAP Policy Engine - Drools PDP
+ ONAP Policy PDP
================================================================================
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>
@@ -38,17 +38,6 @@
<name>policy-pdp</name>
<description>Code that implements the Policy Decision Engine common code.</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>
@@ -56,57 +45,4 @@
</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>