Add missing <name> fields for pom.xml files 54/52554/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 1 Mar 2017 20:14:45 +0000 (15:14 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 1 Mar 2017 20:14:45 +0000 (15:14 -0500)
This is used by autorelease scripts to automatically parse which project
is failing a build and report to the mailing list automatically. We need
names in the format:

    ODL :: <groupId> :: <artifactId>

This patch formats in the same format as found in the startup archetypes
patch found here: https://git.opendaylight.org/52522

Change-Id: I5208b32cc45c96d85d27a477fc7b289d8cb4b06b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
39 files changed:
aaa-authn-api/pom.xml
aaa-authn-basic/pom.xml
aaa-authn-federation/pom.xml
aaa-authn-mdsal-store/aaa-authn-mdsal-api/pom.xml
aaa-authn-mdsal-store/aaa-authn-mdsal-store-impl/pom.xml
aaa-authn-mdsal-store/pom.xml
aaa-authn-sssd/pom.xml
aaa-authn-store/pom.xml
aaa-authn-sts/pom.xml
aaa-authn/pom.xml
aaa-cert/pom.xml
aaa-cli-jar/pom.xml
aaa-cli/pom.xml
aaa-credential-store-api/pom.xml
aaa-encrypt-service/pom.xml
aaa-filterchain/pom.xml
aaa-h2-store/pom.xml
aaa-idmlight/pom.xml
aaa-idp-mapping/pom.xml
aaa-shiro-act/pom.xml
aaa-shiro/api/pom.xml
aaa-shiro/impl/pom.xml
aaa-shiro/pom.xml
artifacts/pom.xml
features/authn/features-aaa/pom.xml
features/authn/features4-aaa/pom.xml
features/authn/odl-aaa-api/pom.xml
features/authn/odl-aaa-authn-mdsal-cluster/pom.xml
features/authn/odl-aaa-authn/pom.xml
features/authn/odl-aaa-cert/pom.xml
features/authn/odl-aaa-cli/pom.xml
features/authn/odl-aaa-encryption-service/pom.xml
features/authn/odl-aaa-sssd-plugin/pom.xml
features/authn/pom.xml
features/pom.xml
features/shiro/odl-aaa-shiro/pom.xml
karaf/pom.xml
parent/pom.xml
pom.xml

index 5628abc968b6193911a5f030a0e1c0007691f779..a902d7576547d587f9fc0fc58fc38393c5e43cb4 100644 (file)
@@ -18,6 +18,7 @@
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
   <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
   <dependencies>
index deed07bafff5e905b9169b29c59ffb3a4b38ffd2..370c53d3f203dcda2cf15622ab4ed8496e37a8cd 100644 (file)
@@ -10,6 +10,7 @@
     </parent>
 
     <artifactId>aaa-authn-basic</artifactId>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
     <dependencies>
index e581f19e89e4140e93fd1186c750fb258979d74e..c5f90e3850e08aa0c4e4b9ef88b76f44908433fc 100644 (file)
@@ -10,6 +10,7 @@
     </parent>
 
     <artifactId>aaa-authn-federation</artifactId>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
     <dependencies>
index c6ee2dd65ca85231c0dacc769f90038d37b28521..a51d15f322fe50e01eefd9d5cb514c0684087803 100644 (file)
@@ -20,6 +20,7 @@
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-mdsal-api</artifactId>
   <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
   <dependencies>
index a9f42d2551ef0fc07fb6ffd687fad0a2858b0a3f..f82e394d00765a692221f0214268f75d5d7f478c 100644 (file)
@@ -22,6 +22,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-authn-mdsal-store-impl</artifactId>
     <version>0.5.0-SNAPSHOT</version>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
     <dependencyManagement>
index d5cd6a08d453772c8efa34f90059f64f0948337c..b6398f07433df006663fb62aa289a1f20d107146 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-mdsal-store</artifactId>
-  <name>${project.artifactId}</name>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <version>0.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
index 85d3a0d9f457d49f51da498910f3e75e8f16a4cf..fed6c595afde4936570bdccac9388d54b922607d 100644 (file)
@@ -9,6 +9,7 @@
   </parent>
 
   <artifactId>aaa-authn-sssd</artifactId>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
   <dependencies>
index af70fec50321f9c03ddb1bafe0f96fbc23a7bfc4..092f8798b59872d9dc7a31977b9d3fe74817e886 100644 (file)
@@ -11,6 +11,7 @@
 
     <artifactId>aaa-authn-store</artifactId>
     <version>0.5.0-SNAPSHOT</version>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
     <dependencies>
index 13d182d61854968fe67b16acaf1c1490b4438d81..2d41de4ab8c011cedf02c81455f06c72e2133e26 100644 (file)
@@ -10,6 +10,7 @@
     </parent>
 
     <artifactId>aaa-authn-sts</artifactId>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
     <dependencies>
index 5a5bab2f40b53b666de14e375839958149e6b2a3..e1193145079fb581cc6be17341bd02a268a3f714 100644 (file)
@@ -14,6 +14,7 @@
     </parent>
 
     <artifactId>aaa-authn</artifactId>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
     <dependencies>
index 8bc21c60bdc34fe32bca82806faa1c46b5fe4d5d..beb8784651058bde058ff638e5835ef5cde49791 100755 (executable)
@@ -18,6 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cert</artifactId>
   <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index e4b517ea6850de8f4954e01be3f70f02c7f07e61..eff84392833435c758115901f6bf3c5cfdcf671a 100644 (file)
@@ -18,6 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </parent>
 
   <artifactId>aaa-cli-jar</artifactId>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>jar</packaging>
 
   <dependencies>
index c98922bcad60619c5971d689b44a69a0cbb2c6ce..d120062f42f07d2b565ebb6d86cab4e5a9417b0b 100755 (executable)
@@ -20,6 +20,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
   <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
   <dependencies>
index 1ea3334f69a58afa70cb5633ed86d97384473734..19610987a91e54bea49e025cbf787bbd377e74e5 100644 (file)
@@ -18,5 +18,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-credential-store-api</artifactId>
   <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 </project>
index b03972695a71f774e222d3a0f782b2576ba27bbe..3b6e55c6b4e002754ac5e9d12d2d379d63aa5a8e 100644 (file)
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-encrypt-service</artifactId>
-    <packaging>bundle</packaging>
     <version>0.5.0-SNAPSHOT</version>
-
+    <name>ODL :: aaa :: ${project.artifactId}</name>
+    <packaging>bundle</packaging>
+    
     <dependencies>
         <!--Yang Binding -->
         <dependency>
index f9d0ab9ae64d208a9fb0c6afcf33ed9144a2d162..5eb7d8ce83020529a5dbefe5760f988a32cf5b24 100644 (file)
@@ -13,6 +13,7 @@
   </parent>
 
   <artifactId>aaa-filterchain</artifactId>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
   <dependencies>
index 38652d04264529bd3c337e564e9d158989adc551..b7236d90f684ff02a9930c61afbb425ac8691284 100644 (file)
@@ -11,6 +11,7 @@
     </parent>
 
     <artifactId>aaa-h2-store</artifactId>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
     <dependencies>
index fcd3ec881d162e53cdc5fcffa11acc2ca6718d8e..3f85c0a583f968284499535cdbcc5e507e5ac886 100644 (file)
@@ -10,6 +10,7 @@
     </parent>
 
     <artifactId>aaa-idmlight</artifactId>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
     <dependencies>
index 4ddf243632accc6b69c6d79993b864dbb804e42f..5d0aa90a69b9d37f64fe859585ecc60c51dccdb8 100644 (file)
@@ -10,6 +10,7 @@
 
   <artifactId>aaa-authn-idpmapping</artifactId>
   <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
   <dependencies>
index 7a1fb997c243b070200118a7092a41c1cef63b17..e7f1c5e0c6a53f8f89b349af10ffde111248cef8 100644 (file)
@@ -13,6 +13,7 @@
   </parent>
 
   <artifactId>aaa-shiro-act</artifactId>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
   <dependencies>
index 1699fdd5537c3e51229ec8d40fa7817f42f9c3f3..3f2fe341ec0cbcca3bb490b3bdf0fbb2d9e673ce 100644 (file)
@@ -19,6 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
   <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
   <dependencies>
index 4e43d4e56859fb526a912bf766048707c845d877..f41db15349fad29ea5f72799cfdc6b0e0b5e8f33 100644 (file)
@@ -20,6 +20,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro</artifactId>
   <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
   <dependencies>
index 5625e93db5496871af1041e71c4927384da4ed89..0371f15f79a697126895e3d6db0e2adfdeb5fb8d 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-aggregator</artifactId>
   <version>0.5.0-SNAPSHOT</version>
-  <name>aaa-shiro</name>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
   <scm>
index d1828eeee79ce7319b9fdeedccc6237dae8a6ccd..8e397aadebc31897e0aa0352c2611d38e42f9eba 100644 (file)
@@ -20,6 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
     <version>0.5.0-SNAPSHOT</version>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 46fcd4b62f049a877c206b29399130c0241d6acf..302449e254128e212b8ac346a947a5c32976bbf7 100644 (file)
@@ -16,6 +16,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
     <version>0.5.0-SNAPSHOT</version>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>jar</packaging>
 
     <properties>
index ee76f5749e6dc937548c8fd5ae49e554b24cfe61..3436da42bb6bc3001d73c703e83186d7c58f0250 100644 (file)
@@ -21,6 +21,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features4-aaa</artifactId>
     <version>0.5.0-SNAPSHOT</version>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
     <dependencies>
@@ -74,4 +75,4 @@
             <classifier>features</classifier>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index f1a22ec15ba389e98c5000af56342991b635b3c4..a2aac1b1f7abbe97dd2fc71924995ebc014ec5d8 100644 (file)
@@ -23,7 +23,7 @@
     <version>0.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>OpenDaylight :: AAA :: APIs</name>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <dependencies>
         <dependency>
index e22783cb8197cd1d4eec024e91cb535ef605da98..dd11e8005d9adbc2d02f1e97daba1d8c9225c78a 100644 (file)
@@ -23,7 +23,7 @@
     <version>0.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>OpenDaylight :: AAA :: Authentication :: MD-SAL</name>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <dependencyManagement>
         <dependencies>
index 4cb76b11234da8f9f60ab2c2139a4ad0d5efbf2c..1cb118d89f572fea812f7c0f52b87a7beb191b5c 100644 (file)
@@ -23,7 +23,7 @@
     <version>0.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>OpenDaylight :: AAA :: Authentication - NO CLUSTER</name>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <dependencyManagement>
         <dependencies>
index 750b8b89d1817b325813878e3286e86a4393e9e7..1f16f7400eb6a40eee781bdc3f7d0c2f338b68cb 100644 (file)
@@ -23,7 +23,7 @@
     <version>0.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>OpenDaylight :: AAA :: aaa opendaylight certificate Plugin</name>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <dependencies>
         <dependency>
index 1f465e66aac43e8f39c6f1ee987a2e178a0b30ed..c9fa347cd3653bdccf1a3e530c91c8aefa28802f 100644 (file)
@@ -23,7 +23,7 @@
     <version>0.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>OpenDaylight :: AAA :: aaa opendaylight command line</name>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <dependencyManagement>
         <dependencies>
index b626cc7c18fa33375be107733fcb82699a1a814c..c47b35cbd24c84b7872e75e326d0db145fcefbc8 100644 (file)
@@ -23,7 +23,7 @@
     <version>0.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>OpenDaylight :: AAA :: Encryption Service</name>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <dependencies>
         <!-- MD-SAL -->
index fd5bd0f67dd1e0e035240e3440c6dda4088b3598..962650fd74da7037e549c52b6517bdb985c81006 100644 (file)
@@ -14,6 +14,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-sssd-plugin</artifactId>
     <version>0.5.0-SNAPSHOT</version>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
     <dependencies>
@@ -30,4 +31,4 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index 4651744a6b1d887853231f17d304c89faf76dc73..b42927e04dd7a16fc539c50da936bf3af28bf745 100644 (file)
@@ -19,6 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
     <version>0.5.0-SNAPSHOT</version>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
     <modules>
@@ -58,4 +59,4 @@
         <tag>HEAD</tag>
         <url>https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=summary</url>
     </scm>
-</project>
\ No newline at end of file
+</project>
index 0a17ef923daeaf6a5e0ef1e7f1e085196ba20134..297109b0adebe6d04c63d3db6c74876fa43d6596 100644 (file)
@@ -18,7 +18,9 @@
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>features-aggregator</artifactId>
   <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
+
   <modules>
     <module>shiro</module>
     <module>authn</module>
@@ -43,4 +45,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>
index 817d8075b52f59a89fc3036032073b33106c5b5d..69b93b14ec5e3330170cf06f4b2c8349acd70ca7 100644 (file)
@@ -24,7 +24,7 @@
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
-    <name>OpenDaylight :: AAA :: Shiro</name>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <dependencyManagement>
         <dependencies>
index f4770047fc65d6752631ec62b5c82e88c63f780a..db65fb4b8f33b3f750e60c0ca6fe7ac4cb02c83d 100644 (file)
@@ -20,7 +20,9 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
     <version>0.5.0-SNAPSHOT</version>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
+
     <prerequisites>
         <maven>3.1.1</maven>
     </prerequisites>
index a775b7b2ac69d0018b4e1c6f3b7c9c20aa8bb009..21e915b810bd3956fc21739db61f522619735f28 100644 (file)
@@ -12,7 +12,9 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
     <version>0.5.0-SNAPSHOT</version>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
+
     <prerequisites>
         <maven>3.0.4</maven>
     </prerequisites>
diff --git a/pom.xml b/pom.xml
index 669a6c04481d88c285084332e22a5e8bdde8cd3e..608507fb8da828b90bdf3952171374adbb08b43b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <artifactId>aaa.project</artifactId>
   <version>0.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>aaa</name>
+  <name>aaa</name> <!-- Used by Sonar to set project name -->
 
   <prerequisites>
     <maven>3.1.1</maven>
@@ -75,4 +75,4 @@
     <tag>HEAD</tag>
     <url>https://wiki.opendaylight.org/view/AAA:Main</url>
   </scm>
-</project>
\ No newline at end of file
+</project>