From 3bcaf899bc1768d658bbe1012ba7a443517fba60 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 23 Feb 2017 06:44:23 -0500 Subject: [PATCH] fix pom.xml warning duplicate groupId versionId Change-Id: I605882d95b8cb61c0689a63ccf1b774f8dbae0d8 Signed-off-by: Pamela Dragosh --- .gitignore | 1 + BRMSGateway/pom.xml | 2 +- ECOMP-PAP-REST/pom.xml | 2 +- ECOMP-PDP-REST/pom.xml | 1 - ECOMP-PDP/pom.xml | 2 +- ECOMP-REST/pom.xml | 1 - ECOMP-TEST/pom.xml | 1 - ECOMP-XACML/pom.xml | 2 +- LogParser/pom.xml | 2 +- PolicyEngineAPI/pom.xml | 1 - PolicyEngineClient/pom.xml | 2 +- PolicyEngineUtils/pom.xml | 2 +- PyPDPServer/pom.xml | 2 -- ecomp-sdk-app/pom.xml | 2 +- packages/install/pom.xml | 2 -- 15 files changed, 9 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 32d8e38a5..0a3f5aeef 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 16eae6a98..aa022858a 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -26,7 +26,7 @@ PolicyEngineSuite 1.0.0-SNAPSHOT - org.openecomp.policy.engine + BRMSGateway This application will take in BRMS rules and acts as interface between PR and PDP XACML diff --git a/ECOMP-PAP-REST/pom.xml b/ECOMP-PAP-REST/pom.xml index 00e26159c..603b2d830 100644 --- a/ECOMP-PAP-REST/pom.xml +++ b/ECOMP-PAP-REST/pom.xml @@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.openecomp.policy.engine + ECOMP-PAP-REST ECOMP-PAP-REST war diff --git a/ECOMP-PDP-REST/pom.xml b/ECOMP-PDP-REST/pom.xml index f4243627e..4681eeba2 100644 --- a/ECOMP-PDP-REST/pom.xml +++ b/ECOMP-PDP-REST/pom.xml @@ -32,7 +32,6 @@ 1.0.0-SNAPSHOT - org.openecomp.policy.engine ECOMP-PDP-REST ECOMP PDP REST diff --git a/ECOMP-PDP/pom.xml b/ECOMP-PDP/pom.xml index 79139b098..942941ec2 100644 --- a/ECOMP-PDP/pom.xml +++ b/ECOMP-PDP/pom.xml @@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.openecomp.policy.engine + ECOMP-PDP ECOMP-PDP jar diff --git a/ECOMP-REST/pom.xml b/ECOMP-REST/pom.xml index 892ba8d29..9c52b0929 100644 --- a/ECOMP-REST/pom.xml +++ b/ECOMP-REST/pom.xml @@ -32,7 +32,6 @@ 1.0.0-SNAPSHOT - org.openecomp.policy.engine ECOMP-REST ECOMP REST diff --git a/ECOMP-TEST/pom.xml b/ECOMP-TEST/pom.xml index 7aad0d093..3c101c6cd 100644 --- a/ECOMP-TEST/pom.xml +++ b/ECOMP-TEST/pom.xml @@ -30,7 +30,6 @@ 1.0.0-SNAPSHOT - org.openecomp.policy.engine ECOMP-TEST ECOMP TEST diff --git a/ECOMP-XACML/pom.xml b/ECOMP-XACML/pom.xml index cb685243a..5651c4127 100644 --- a/ECOMP-XACML/pom.xml +++ b/ECOMP-XACML/pom.xml @@ -29,7 +29,7 @@ PolicyEngineSuite 1.0.0-SNAPSHOT - org.openecomp.policy.engine + ECOMP-XACML jar diff --git a/LogParser/pom.xml b/LogParser/pom.xml index ae67d0d1a..08380e9e1 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -28,7 +28,7 @@ PolicyEngineSuite 1.0.0-SNAPSHOT - org.openecomp.policy.engine + LogParser diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml index 7cabd8210..5909ccd6b 100644 --- a/PolicyEngineAPI/pom.xml +++ b/PolicyEngineAPI/pom.xml @@ -29,7 +29,6 @@ 1.0.0-SNAPSHOT - org.openecomp.policy.engine PolicyEngineAPI diff --git a/PolicyEngineClient/pom.xml b/PolicyEngineClient/pom.xml index 8d667dd6c..ec7c54903 100644 --- a/PolicyEngineClient/pom.xml +++ b/PolicyEngineClient/pom.xml @@ -27,7 +27,7 @@ PolicyEngineSuite 1.0.0-SNAPSHOT - org.openecomp.policy.engine + PolicyEngineClient diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 0588453c3..f8d29ba91 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -26,7 +26,7 @@ PolicyEngineSuite 1.0.0-SNAPSHOT - org.openecomp.policy.engine + PolicyEngineUtils diff --git a/PyPDPServer/pom.xml b/PyPDPServer/pom.xml index 5a64014b4..e89f22da2 100644 --- a/PyPDPServer/pom.xml +++ b/PyPDPServer/pom.xml @@ -23,9 +23,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.openecomp.policy.engine PyPDPServer - 1.0.0-SNAPSHOT war PyPDP Server diff --git a/ecomp-sdk-app/pom.xml b/ecomp-sdk-app/pom.xml index 317e53c2f..1ec30618f 100644 --- a/ecomp-sdk-app/pom.xml +++ b/ecomp-sdk-app/pom.xml @@ -26,7 +26,7 @@ PolicyEngineSuite 1.0.0-SNAPSHOT - org.openecomp.policy.engine + ecomp-sdk-app war diff --git a/packages/install/pom.xml b/packages/install/pom.xml index b18a83bfe..1beeaad48 100644 --- a/packages/install/pom.xml +++ b/packages/install/pom.xml @@ -29,9 +29,7 @@ 1.0.0-SNAPSHOT - org.openecomp.policy.engine install - 1.0.0-SNAPSHOT pom Installation Package -- 2.16.6