Fix deployment of frequency limiter policy 24/113324/1
authorJim Hahn <jrh3@att.com>
Tue, 29 Sep 2020 15:16:14 +0000 (11:16 -0400)
committerJim Hahn <jrh3@att.com>
Tue, 29 Sep 2020 15:17:24 +0000 (11:17 -0400)
Changed the artifact IDs of the xacml-pdp applications so they won't
clash with other jar file names.

Issue-ID: POLICY-2848
Change-Id: I844aaf6b2c4d81e52716d840b3a784873c6ce121
Signed-off-by: Jim Hahn <jrh3@att.com>
applications/guard/pom.xml
applications/match/pom.xml
applications/monitoring/pom.xml
applications/naming/pom.xml
applications/native/pom.xml
applications/optimization/pom.xml
main/pom.xml

index 3669f31..326f0a9 100644 (file)
@@ -27,7 +27,7 @@
         <version>2.3.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>guard</artifactId>
+    <artifactId>xacml-guard</artifactId>
 
     <name>${project.artifactId}</name>
     <description>This modules contain an application that implements onap.Guard policy-types for XACML PDP.</description>
index d4d7201..e1908aa 100644 (file)
@@ -27,7 +27,7 @@
         <version>2.3.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>match</artifactId>
+    <artifactId>xacml-match</artifactId>
 
     <name>${project.artifactId}</name>
     <description>This modules contains the Match applications.</description>
index 5d878bb..e334da4 100644 (file)
@@ -27,7 +27,7 @@
         <version>2.3.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>monitoring</artifactId>
+    <artifactId>xacml-monitoring</artifactId>
 
     <name>${project.artifactId}</name>
     <description>This modules contains applications that implement policy-types for XACML PDP.</description>
index f89bc8a..31f0146 100644 (file)
@@ -27,7 +27,7 @@
         <version>2.3.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>naming</artifactId>
+    <artifactId>xacml-naming</artifactId>
 
     <name>${project.artifactId}</name>
     <description>This modules contains the SDNC naming applications.</description>
index 1a409e3..7c44d99 100644 (file)
@@ -6,7 +6,7 @@
     <version>2.3.2-SNAPSHOT</version>
   </parent>
 
-  <artifactId>native</artifactId>
+  <artifactId>xacml-native</artifactId>
 
   <name>${project.artifactId}</name>
   <description>This modules contains the xacml application that evaluates native policies and requests.</description>
index f2587cc..0bbab7a 100644 (file)
@@ -27,7 +27,7 @@
         <version>2.3.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>optimization</artifactId>
+    <artifactId>xacml-optimization</artifactId>
 
     <name>${project.artifactId}</name>
     <description>This modules contains applications that implement policy-types for XACML PDP.</description>
index 3bf3ad9..b1d2113 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.onap.policy.xacml-pdp.applications</groupId>
-            <artifactId>monitoring</artifactId>
+            <artifactId>xacml-monitoring</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.xacml-pdp.applications</groupId>
-            <artifactId>guard</artifactId>
+            <artifactId>xacml-guard</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.xacml-pdp.applications</groupId>
-            <artifactId>optimization</artifactId>
+            <artifactId>xacml-optimization</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.xacml-pdp.applications</groupId>
-            <artifactId>naming</artifactId>
+            <artifactId>xacml-naming</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.xacml-pdp.applications</groupId>
-            <artifactId>native</artifactId>
+            <artifactId>xacml-native</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.xacml-pdp.applications</groupId>
-            <artifactId>match</artifactId>
+            <artifactId>xacml-match</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>