diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 06:44:23 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 06:44:33 -0500 |
commit | 3bcaf899bc1768d658bbe1012ba7a443517fba60 (patch) | |
tree | 06eb107a487e24d3fcd690f6e4770691d7950ae8 | |
parent | 5bb60833867c08f63a44d06f57d0537d8c49a0b2 (diff) |
fix pom.xml warning duplicate groupId versionId
Change-Id: I605882d95b8cb61c0689a63ccf1b774f8dbae0d8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | BRMSGateway/pom.xml | 2 | ||||
-rw-r--r-- | ECOMP-PAP-REST/pom.xml | 2 | ||||
-rw-r--r-- | ECOMP-PDP-REST/pom.xml | 1 | ||||
-rw-r--r-- | ECOMP-PDP/pom.xml | 2 | ||||
-rw-r--r-- | ECOMP-REST/pom.xml | 1 | ||||
-rw-r--r-- | ECOMP-TEST/pom.xml | 1 | ||||
-rw-r--r-- | ECOMP-XACML/pom.xml | 2 | ||||
-rw-r--r-- | LogParser/pom.xml | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/pom.xml | 1 | ||||
-rw-r--r-- | PolicyEngineClient/pom.xml | 2 | ||||
-rw-r--r-- | PolicyEngineUtils/pom.xml | 2 | ||||
-rw-r--r-- | PyPDPServer/pom.xml | 2 | ||||
-rw-r--r-- | ecomp-sdk-app/pom.xml | 2 | ||||
-rw-r--r-- | 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 @@ <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> 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"> <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.policy.engine</groupId> + <artifactId>ECOMP-PAP-REST</artifactId> <description>ECOMP-PAP-REST</description> <packaging>war</packaging> 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 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.engine</groupId> <artifactId>ECOMP-PDP-REST</artifactId> <description>ECOMP PDP REST</description> 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"> <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.policy.engine</groupId> + <artifactId>ECOMP-PDP</artifactId> <description>ECOMP-PDP</description> <packaging>jar</packaging> 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 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.engine</groupId> <artifactId>ECOMP-REST</artifactId> <description>ECOMP REST</description> 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 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.engine</groupId> <artifactId>ECOMP-TEST</artifactId> <description>ECOMP TEST</description> 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 @@ <artifactId>PolicyEngineSuite</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.engine</groupId> + <artifactId>ECOMP-XACML</artifactId> <packaging>jar</packaging> <dependencies> 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 @@ <artifactId>PolicyEngineSuite</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.engine</groupId> + <artifactId>LogParser</artifactId> <dependencies> 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 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineAPI</artifactId> <dependencies> <dependency> 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 @@ <artifactId>PolicyEngineSuite</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.engine</groupId> + <artifactId>PolicyEngineClient</artifactId> <dependencies> <dependency> 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 @@ <artifactId>PolicyEngineSuite</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.engine</groupId> + <artifactId>PolicyEngineUtils</artifactId> <dependencies> <dependency> 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"> <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> 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 @@ <artifactId>PolicyEngineSuite</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.engine</groupId> + <artifactId>ecomp-sdk-app</artifactId> <packaging>war</packaging> 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 @@ <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> |