aboutsummaryrefslogtreecommitdiffstats
path: root/packages/base/pom.xml
diff options
context:
space:
mode:
authorITSERVICES\rb7147 <rb7147@att.com>2017-04-25 11:46:00 -0400
committerITSERVICES\rb7147 <rb7147@att.com>2017-05-03 09:58:17 -0400
commite0addf5b588a1244f9679becd90999dfcb4c3a94 (patch)
tree1212772d6366730266ff0e093c874b07aa716c29 /packages/base/pom.xml
parent39fb0f30472777e4b60d6a7ac8aa4eb9773961ff (diff)
Policy 1707 commit to LF
Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65 Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
Diffstat (limited to 'packages/base/pom.xml')
-rwxr-xr-xpackages/base/pom.xml24
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>