fix pom.xml warning duplicate groupId versionId 75/1275/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 23 Feb 2017 11:44:23 +0000 (06:44 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 23 Feb 2017 11:44:33 +0000 (06:44 -0500)
Change-Id: I605882d95b8cb61c0689a63ccf1b774f8dbae0d8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
15 files changed:
.gitignore
BRMSGateway/pom.xml
ECOMP-PAP-REST/pom.xml
ECOMP-PDP-REST/pom.xml
ECOMP-PDP/pom.xml
ECOMP-REST/pom.xml
ECOMP-TEST/pom.xml
ECOMP-XACML/pom.xml
LogParser/pom.xml
PolicyEngineAPI/pom.xml
PolicyEngineClient/pom.xml
PolicyEngineUtils/pom.xml
PyPDPServer/pom.xml
ecomp-sdk-app/pom.xml
packages/install/pom.xml

index 32d8e38..0a3f5ae 100644 (file)
@@ -27,3 +27,4 @@ XACML-PDP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PDP-REST/debug.log
 XACML-PDP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PDP-REST/error.log
 XACML-PDP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PDP-REST/metrics.log
 XACML-REST/IntegrityMonitor.log
+/bin/
index 16eae6a..aa02285 100644 (file)
@@ -26,7 +26,7 @@
                <artifactId>PolicyEngineSuite</artifactId>
                <version>1.0.0-SNAPSHOT</version>
        </parent>
-       <groupId>org.openecomp.policy.engine</groupId>
+       
        <artifactId>BRMSGateway</artifactId>
        <description>This application will take in BRMS rules and acts as interface between PR and PDP XACML</description>
        <dependencies>
index 00e2615..603b2d8 100644 (file)
@@ -24,7 +24,7 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
        <modelVersion>4.0.0</modelVersion>
-       <groupId>org.openecomp.policy.engine</groupId>
+
        <artifactId>ECOMP-PAP-REST</artifactId>
        <description>ECOMP-PAP-REST</description>
        <packaging>war</packaging>
index f424362..4681eeb 100644 (file)
@@ -32,7 +32,6 @@
                <version>1.0.0-SNAPSHOT</version>
        </parent>
        
-       <groupId>org.openecomp.policy.engine</groupId>
        <artifactId>ECOMP-PDP-REST</artifactId>
        
        <description>ECOMP PDP REST</description>
index 79139b0..942941e 100644 (file)
@@ -24,7 +24,7 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
        <modelVersion>4.0.0</modelVersion>
-       <groupId>org.openecomp.policy.engine</groupId>
+
        <artifactId>ECOMP-PDP</artifactId>
        <description>ECOMP-PDP</description>
        <packaging>jar</packaging>
index 892ba8d..9c52b09 100644 (file)
@@ -32,7 +32,6 @@
                <version>1.0.0-SNAPSHOT</version>
        </parent>
        
-       <groupId>org.openecomp.policy.engine</groupId>
        <artifactId>ECOMP-REST</artifactId>
        
        <description>ECOMP REST</description>
index 7aad0d0..3c101c6 100644 (file)
@@ -30,7 +30,6 @@
                <version>1.0.0-SNAPSHOT</version>
        </parent>       
        
-       <groupId>org.openecomp.policy.engine</groupId>
        <artifactId>ECOMP-TEST</artifactId>
        
        <description>ECOMP TEST</description>
index cb68524..5651c41 100644 (file)
@@ -29,7 +29,7 @@
                <artifactId>PolicyEngineSuite</artifactId>
                <version>1.0.0-SNAPSHOT</version>
        </parent>
-       <groupId>org.openecomp.policy.engine</groupId>
+
        <artifactId>ECOMP-XACML</artifactId>
        <packaging>jar</packaging>
        <dependencies>
index ae67d0d..08380e9 100644 (file)
@@ -28,7 +28,7 @@
                <artifactId>PolicyEngineSuite</artifactId>
                <version>1.0.0-SNAPSHOT</version>
        </parent>
-       <groupId>org.openecomp.policy.engine</groupId>
+
        <artifactId>LogParser</artifactId>
        
        <dependencies>
index 7cabd82..5909ccd 100644 (file)
@@ -29,7 +29,6 @@
                <version>1.0.0-SNAPSHOT</version>
        </parent>
        
-       <groupId>org.openecomp.policy.engine</groupId>
        <artifactId>PolicyEngineAPI</artifactId>
        <dependencies>
                <dependency>
index 8d667dd..ec7c549 100644 (file)
@@ -27,7 +27,7 @@
                <artifactId>PolicyEngineSuite</artifactId>
                <version>1.0.0-SNAPSHOT</version>
        </parent>
-       <groupId>org.openecomp.policy.engine</groupId>
+
        <artifactId>PolicyEngineClient</artifactId>
        <dependencies>
                <dependency>
index 0588453..f8d29ba 100644 (file)
@@ -26,7 +26,7 @@
                <artifactId>PolicyEngineSuite</artifactId>
                <version>1.0.0-SNAPSHOT</version>
        </parent>
-       <groupId>org.openecomp.policy.engine</groupId>
+
        <artifactId>PolicyEngineUtils</artifactId>
        <dependencies>
                <dependency>
index 5a64014..e89f22d 100644 (file)
@@ -23,9 +23,7 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
        <modelVersion>4.0.0</modelVersion>
-       <groupId>org.openecomp.policy.engine</groupId>
        <artifactId>PyPDPServer</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
        <packaging>war</packaging>
 
        <description>PyPDP Server</description>
index 317e53c..1ec3061 100644 (file)
@@ -26,7 +26,7 @@
                <artifactId>PolicyEngineSuite</artifactId>
                <version>1.0.0-SNAPSHOT</version>
        </parent>
-       <groupId>org.openecomp.policy.engine</groupId>
+
        <artifactId>ecomp-sdk-app</artifactId>
        <packaging>war</packaging>
 
index b18a83b..1beeaad 100644 (file)
@@ -29,9 +29,7 @@
                <version>1.0.0-SNAPSHOT</version>
        </parent>
 
-       <groupId>org.openecomp.policy.engine</groupId>
        <artifactId>install</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>Installation Package</name>