diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-05-24 14:48:37 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-05-24 14:49:21 +0100 |
commit | 189a785c06af893e6d9788fc618fda7ac7f0a4c2 (patch) | |
tree | 4ee3d4b56cf63bf97509201108c6b180a9a830c1 | |
parent | 78748f53a4cbb866decf21ce14bc7c382f161331 (diff) |
Change pom to refer policy parent
Change-Id: I85a8b8a1ff8385f2d24025b18e3629e60922a106
Issue-ID: POLICY-847
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
-rw-r--r-- | pom.xml | 74 |
1 files changed, 5 insertions, 69 deletions
@@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - ONAP Policy Engine - Drools PDP + ONAP Policy GUI ================================================================================ Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ @@ -23,10 +23,10 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent</artifactId> - <version>1.1.0</version> - <relativePath /> + <groupId>org.onap.policy.parent</groupId> + <artifactId>integration</artifactId> + <version>2.0.0-SNAPSHOT</version> + <relativePath/> </parent> <groupId>org.onap.policy.gui</groupId> @@ -38,17 +38,6 @@ <name>policy-gui</name> <description>Code that all the Policy GUI's.</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> |