Set <name> fields for maven-site formatting 17/36017/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 10 Mar 2016 01:16:37 +0000 (20:16 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 10 Mar 2016 01:16:42 +0000 (20:16 -0500)
Improves the modules naming list in Maven Site generation menus. Fixes
the current naming:

    Unnamed -
    org.opendaylight.odlparent:features-akka:pom:1.7.0-SNAPSHOT

to:

    ODL :: odlparent :: features-akka

A side effect is it also makes the Maven Reactor Summary look more
visually appealing.

Change-Id: I5093137c1f24178ddf69b423c20c6414371f7bea
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
bundle-parent/pom.xml
checkstyle/pom.xml
features-akka/pom.xml
features-odlparent/pom.xml
features-parent/pom.xml
features-test/pom.xml
karaf-plugin/pom.xml
license/pom.xml
odlparent-artifacts/pom.xml
odlparent-lite/pom.xml
odlparent/pom.xml

index 0d1895aa67b3e625d279d516fde0b4adbd79c7d5..5c7317c3645e34881d21039f5fab2a221a84ebd1 100644 (file)
@@ -20,6 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>bundle-parent</artifactId>
     <packaging>pom</packaging>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <build>
         <plugins>
index 46c659ab525d3a464b6cacbcc6c0f750d9a36f95..62a871056f484787ef121c97c54a9ad063bdbb4c 100644 (file)
@@ -11,6 +11,7 @@
   <groupId>org.opendaylight.odlparent</groupId>
   <artifactId>checkstyle</artifactId>
   <version>0.2.0-SNAPSHOT</version>
+  <name>ODL :: odlparent :: ${project.artifactId}</name>
 
   <!--
     Maven Site Configuration
index eb3a597a505512149811b50d71fbf90b2a51c8f9..3950cb6b673dd6967266c5b35f5db666ee9a2bc7 100644 (file)
@@ -15,6 +15,7 @@
     <artifactId>features-akka</artifactId>
     <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <dependencies>
       <dependency>
index 7aac84b979d3d0612a308c48a1ee9de32cd8c846..f7284fd2bd03357765f3c43bfbc4018b85e84585 100644 (file)
@@ -13,6 +13,7 @@
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-odlparent</artifactId>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <dependencies>
         <!-- odl-netty -->
index e646fc9dd7880761ba284eca45db69fd6f7469fd..2b411b350a407fa345b168b004b3f71297bff756 100644 (file)
@@ -29,6 +29,7 @@
 
     <artifactId>features-parent</artifactId>
     <packaging>pom</packaging>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <properties>
         <features.file>features.xml</features.file>
index b93574931386aa9825c41475d3ab47a4af1c5ab6..943e14f987859517d056e53116dd04a7866ca406 100644 (file)
@@ -20,6 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>features-test</artifactId>
     <packaging>bundle</packaging>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <dependencies>
         <!-- Dependencies for pax exam karaf container -->
index 7f123c6e36c1f9cc86c1919ccbabec9ed8901aeb..6d96b1fbe5d68861c9a57e895359c2f419319060 100644 (file)
@@ -10,7 +10,7 @@
   <artifactId>karaf-plugin</artifactId>
   <packaging>maven-plugin</packaging>
 
-  <name>karaf-plugin Maven Plugin</name>
+  <name>ODL :: odlparent :: ${project.artifactId}</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 4de00244a3c28da112dc90e5d63c501da6037db5..360dc4d267119b1ec8cf9fcc53eb11716eddfa44 100644 (file)
@@ -11,6 +11,7 @@
   <groupId>org.opendaylight.odlparent</groupId>
   <artifactId>odl-license</artifactId>
   <version>0.1.0-SNAPSHOT</version>
+  <name>ODL :: odlparent :: ${project.artifactId}</name>
 
   <!--
     Maven Site Configuration
index b5d71d10aa769395c1b85b55a488812f717fa05a..5011e6efa367c34bb28a70e675cbe9277e3a4735 100644 (file)
@@ -13,6 +13,7 @@
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-artifacts</artifactId>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <dependencyManagement>
         <dependencies>
@@ -48,4 +49,4 @@
             </plugins>
         </pluginManagement>
     </build>
-</project>
\ No newline at end of file
+</project>
index 4f8fdca47c670fef6ff239655f458f848da0c9ee..0d37aeb6eeaff6545b1ff9df6fb4cacd60cab585 100644 (file)
@@ -19,6 +19,7 @@
   <artifactId>odlparent-lite</artifactId>
   <version>1.7.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <name>ODL :: odlparent :: ${project.artifactId}</name>
 
   <licenses>
     <license>
index 3ee1970b169c268a3ccf66203ba0ef3161450307..8820c55b185545614c8007a4f6c47316c05f5238 100644 (file)
@@ -20,6 +20,7 @@
   <groupId>org.opendaylight.odlparent</groupId>
   <artifactId>odlparent</artifactId>
   <packaging>pom</packaging>
+  <name>ODL :: odlparent :: ${project.artifactId}</name>
 
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
       <dependency>
         <groupId>com.typesafe.akka</groupId>
         <artifactId>akka-slf4j_${scala.version}</artifactId>
-        <version>${akka.version}</version>   
+        <version>${akka.version}</version>
       </dependency>
       <dependency>
         <groupId>org.iq80.leveldb</groupId>