diff options
Diffstat (limited to 'packages/base/pom.xml')
-rwxr-xr-x | packages/base/pom.xml | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml index 974bb33ea..2e2e5248c 100755 --- a/packages/base/pom.xml +++ b/packages/base/pom.xml @@ -29,7 +29,6 @@ <version>1.1.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.engine</groupId> <artifactId>base</artifactId> <packaging>pom</packaging> @@ -43,27 +42,6 @@ <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> - <id>copy-pypdp</id> - <phase>prepare-package</phase> - <goals> - <goal>copy</goal> - </goals> - <configuration> - <outputDirectory>${project.build.directory}/pypdp/webapps</outputDirectory> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>true</overWriteSnapshots> - <artifactItems> - <artifactItem> - <groupId>org.openecomp.policy.engine</groupId> - <artifactId>PyPDPServer</artifactId> - <version>${project.version}</version> - <type>war</type> - <destFileName>PyPDPServer.war</destFileName> - </artifactItem> - </artifactItems> - </configuration> - </execution> - <execution> <id>copy-pdp</id> <phase>prepare-package</phase> <goals> @@ -118,7 +96,7 @@ <artifactItems> <artifactItem> <groupId>org.openecomp.policy.engine</groupId> - <artifactId>ecomp-sdk-app</artifactId> + <artifactId>ECOMP-SDK-APP</artifactId> <version>${project.version}</version> <type>war</type> <destFileName>ecomp.war</destFileName> |