Policy 1707 commit to LF
[policy/engine.git] / packages / base / pom.xml
index 974bb33..2e2e524 100755 (executable)
@@ -29,7 +29,6 @@
                <version>1.1.0-SNAPSHOT</version>
        </parent>
 
-       <groupId>org.openecomp.policy.engine</groupId>
        <artifactId>base</artifactId>
        <packaging>pom</packaging>
 
                                <groupId>org.apache.maven.plugins</groupId>
                                <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>
                                                        <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>