Refactoring POM's and .gitignore 98/101698/7
authorSingal, Kapil (ks220y) <ks220y@att.com>
Thu, 13 Feb 2020 17:20:05 +0000 (12:20 -0500)
committerKAPIL SINGAL <ks220y@att.com>
Thu, 13 Feb 2020 20:42:11 +0000 (20:42 +0000)
Removing IDE generated files

Issue-ID: LOG-1200
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ie9182553ae5ea3ee1c852049678c92860a7eedb0

28 files changed:
.gitignore
pylog/pom.xml
reference/.classpath [deleted file]
reference/.gitignore [deleted file]
reference/.project [deleted file]
reference/logging-demo/.classpath [deleted file]
reference/logging-demo/.gitignore [deleted file]
reference/logging-demo/.project [deleted file]
reference/logging-demo/pom.xml
reference/logging-docker-root/.project [deleted file]
reference/logging-docker-root/pom.xml
reference/logging-filter/logging-filter-base/pom.xml
reference/logging-filter/logging-filter-spring/pom.xml
reference/logging-filter/pom.xml
reference/logging-kubernetes/.project [deleted file]
reference/logging-kubernetes/pom.xml
reference/logging-library/.classpath [deleted file]
reference/logging-library/.gitignore [deleted file]
reference/logging-library/.project [deleted file]
reference/logging-library/pom.xml
reference/logging-mock-service/.classpath [deleted file]
reference/logging-mock-service/.gitignore [deleted file]
reference/logging-mock-service/.project [deleted file]
reference/logging-mock-service/pom.xml
reference/logging-slf4j-demo/pom.xml
reference/logging-slf4j/pom.xml
reference/pom.xml
reference/provider/pom.xml

index 8a809f2..568d66a 100644 (file)
@@ -1,13 +1,27 @@
-.idea
+# Maven
+target/
+build/
+
+# Vagrant
+.vagrant
+
+# IntelliJ
+.idea/
+*.iml
+
+# Eclipse
 .project
 .classpath
 .settings
-*.iml
+
+# Python
+.tox/
+__pycache__/
+*.pyc
+
 npm-debug.log
 node_modules/
 node_install/
 test_output/
 test-output/
-target/
-dist/
-
+dist/
\ No newline at end of file
index 1356b7e..8ac6d0b 100644 (file)
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-      <groupId>org.onap.oparent</groupId>
-      <artifactId>oparent</artifactId>
-      <version>2.0.0</version>
+        <groupId>org.onap.logging-analytics</groupId>
+        <artifactId>logging-analytics</artifactId>
+        <version>1.6.4-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.onap.logging-analytics</groupId>
     <artifactId>logging-pylog</artifactId>
-    <version>1.6.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>logging-pylog</name>
+    <name>logging-analytics :: ${project.artifactId}</name>
     <description>onap python logging library</description>
 
     <build>
diff --git a/reference/.classpath b/reference/.classpath
deleted file mode 100644 (file)
index 1767a9d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
-               <attributes>
-                       <attribute name="module" value="true"/>
-                       <attribute name="owner.project.facets" value="java"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="output" path="target"/>
-</classpath>
diff --git a/reference/.gitignore b/reference/.gitignore
deleted file mode 100644 (file)
index 99d2bb1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/target/
-/build/
diff --git a/reference/.project b/reference/.project
deleted file mode 100644 (file)
index 15686ec..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>logging-reference</name>
-       <comment></comment>
-       <projects>
-       </projects>
-    <buildSpec>
-        <buildCommand>
-            <name>org.eclipse.jdt.core.javabuilder</name>
-            <arguments>
-            </arguments>
-        </buildCommand>
-        <buildCommand>
-            <name>org.eclipse.wst.common.project.facet.core.builder</name>
-            <arguments>
-            </arguments>
-        </buildCommand>
-        <buildCommand>
-            <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-            <arguments>
-            </arguments>
-        </buildCommand>
-        <buildCommand>
-            <name>org.eclipse.wst.validation.validationbuilder</name>
-            <arguments>
-            </arguments>
-        </buildCommand>
-        <buildCommand>
-            <name>org.eclipse.m2e.core.maven2Builder</name>
-            <arguments>
-            </arguments>
-        </buildCommand>
-    </buildSpec>
-    <natures>
-            <nature>org.springframework.ide.eclipse.core.springnature</nature>
-        <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
-        <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
-        <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-        <nature>org.eclipse.m2e.core.maven2Nature</nature>
-        <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
-        <nature>org.eclipse.jdt.core.javanature</nature>
-        <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
-       </natures>
-</projectDescription>
diff --git a/reference/logging-demo/.classpath b/reference/logging-demo/.classpath
deleted file mode 100644 (file)
index 407b61f..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="src" output="target/classes" path="src/main/java">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="src" output="target/test-classes" path="src/test/java">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-                       <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/reference/logging-demo/.gitignore b/reference/logging-demo/.gitignore
deleted file mode 100644 (file)
index eeca7fe..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-/target/
-/build/
-/bin/
diff --git a/reference/logging-demo/.project b/reference/logging-demo/.project
deleted file mode 100644 (file)
index ee4ad0b..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>logging-demo</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.wst.common.project.facet.core.builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.wst.validation.validationbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.m2e.core.maven2Builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-                       <nature>org.springframework.ide.eclipse.core.springnature</nature>
-               <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
-               <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
-               <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-               <nature>org.eclipse.m2e.core.maven2Nature</nature>
-               <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-               <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
-       </natures>
-</projectDescription>
index e86e27f..6e25e09 100644 (file)
@@ -11,7 +11,7 @@
   <artifactId>logging-demo</artifactId>
   <packaging>war</packaging>
 
-  <name>logging-demo</name>
+  <name>logging-analytics :: ${project.artifactId}</name>
 
   <properties>
     <jackson-2-version>2.8.6</jackson-2-version>
diff --git a/reference/logging-docker-root/.project b/reference/logging-docker-root/.project
deleted file mode 100644 (file)
index f1679d2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>logging-docker-root</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.m2e.core.maven2Builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.m2e.core.maven2Nature</nature>
-       </natures>
-</projectDescription>
index 39aadc6..34b6577 100644 (file)
@@ -11,5 +11,5 @@
   <artifactId>logging-docker-root</artifactId>
   <packaging>pom</packaging>
 
-  <name>logging-docker-root</name>
+  <name>logging-analytics :: ${project.artifactId}</name>
 </project>
index c0eb689..7f6b62d 100644 (file)
@@ -10,6 +10,8 @@
 
   <artifactId>logging-filter-base</artifactId>
 
+  <name>logging-analytics :: ${project.artifactId}</name>
+
   <dependencies>
     <dependency>
       <groupId>javax.annotation</groupId>
index a7a86d4..e20f8d7 100644 (file)
@@ -10,6 +10,8 @@
 
   <artifactId>logging-filter-spring</artifactId>
 
+  <name>logging-analytics :: ${project.artifactId}</name>
+
   <dependencyManagement>
     <dependencies>
       <dependency>
index 5a3fc01..df92b47 100644 (file)
@@ -11,6 +11,8 @@
   <artifactId>logging-filter-parent</artifactId>
   <packaging>pom</packaging>
 
+  <name>logging-analytics :: ${project.artifactId}</name>
+
   <modules>
     <module>logging-filter-base</module>
     <module>logging-filter-spring</module>
       </plugin>
 
       <!-- Plugin to Generate/Validate Copyright License header -->
-      <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>1.20</version> <configuration> <processStartTag>============LICENSE_START=======================================================</processStartTag> 
-        <sectionDelimiter>================================================================================</sectionDelimiter> <processEndTag>============LICENSE_END=========================================================</processEndTag> 
-        <licenseName>apache_v2</licenseName> <inceptionYear>2019</inceptionYear> <organizationName>AT&amp;T Intellectual Property. All rights reserved.</organizationName> <projectName>ONAP 
-        - Logging</projectName> <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> <skipUpdateLicense>${format.skipExecute}</skipUpdateLicense> <skipCheckLicense>${format.skipValidate}</skipCheckLicense> 
-        </configuration> <executions> <execution> <id>update-headers</id> <goals> <goal>update-file-header</goal> </goals> <phase>process-sources</phase> <configuration> <canUpdateCopyright>true</canUpdateCopyright> 
-        <canUpdateDescription>true</canUpdateDescription> <canUpdateLicense>true</canUpdateLicense> <emptyLineAfterHeader>true</emptyLineAfterHeader> </configuration> </execution> <execution> 
-        <id>check-headers</id> <goals> <goal>check-file-header</goal> </goals> <phase>validate</phase> <configuration> <failOnNotUptodateHeader>true</failOnNotUptodateHeader> <failOnMissingHeader>true</failOnMissingHeader> 
+      <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>1.20</version> <configuration> <processStartTag>============LICENSE_START=======================================================</processStartTag>
+        <sectionDelimiter>================================================================================</sectionDelimiter> <processEndTag>============LICENSE_END=========================================================</processEndTag>
+        <licenseName>apache_v2</licenseName> <inceptionYear>2019</inceptionYear> <organizationName>AT&amp;T Intellectual Property. All rights reserved.</organizationName> <projectName>ONAP
+        - Logging</projectName> <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> <skipUpdateLicense>${format.skipExecute}</skipUpdateLicense> <skipCheckLicense>${format.skipValidate}</skipCheckLicense>
+        </configuration> <executions> <execution> <id>update-headers</id> <goals> <goal>update-file-header</goal> </goals> <phase>process-sources</phase> <configuration> <canUpdateCopyright>true</canUpdateCopyright>
+        <canUpdateDescription>true</canUpdateDescription> <canUpdateLicense>true</canUpdateLicense> <emptyLineAfterHeader>true</emptyLineAfterHeader> </configuration> </execution> <execution>
+        <id>check-headers</id> <goals> <goal>check-file-header</goal> </goals> <phase>validate</phase> <configuration> <failOnNotUptodateHeader>true</failOnNotUptodateHeader> <failOnMissingHeader>true</failOnMissingHeader>
         </configuration> </execution> </executions> </plugin> -->
 
       <!-- Plugin to Format/Validate Java Classes -->
diff --git a/reference/logging-kubernetes/.project b/reference/logging-kubernetes/.project
deleted file mode 100644 (file)
index a7ec855..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>logging-kubernetes</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.m2e.core.maven2Builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.m2e.core.maven2Nature</nature>
-       </natures>
-</projectDescription>
index 85b0922..aadfc44 100644 (file)
@@ -11,5 +11,5 @@
   <artifactId>logging-kubernetes</artifactId>
   <packaging>pom</packaging>
 
-  <name>logging-kubernetes</name>
+  <name>logging-analytics :: ${project.artifactId}</name>
 </project>
diff --git a/reference/logging-library/.classpath b/reference/logging-library/.classpath
deleted file mode 100644 (file)
index 7a80cdf..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="src" output="target/classes" path="src/main/java">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-                       <attribute name="org.eclipse.jst.component.nondependency" value=""/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="src" output="target/test-classes" path="src/test/java">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/reference/logging-library/.gitignore b/reference/logging-library/.gitignore
deleted file mode 100644 (file)
index 99d2bb1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/target/
-/build/
diff --git a/reference/logging-library/.project b/reference/logging-library/.project
deleted file mode 100644 (file)
index 5ffa62b..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>logging-library</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.wst.common.project.facet.core.builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.wst.validation.validationbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.springframework.ide.eclipse.core.springbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.m2e.core.maven2Builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
-               <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
-               <nature>org.springframework.ide.eclipse.core.springnature</nature>
-               <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-               <nature>org.eclipse.m2e.core.maven2Nature</nature>
-               <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
index 6356412..bfe5716 100644 (file)
@@ -11,7 +11,7 @@
   <artifactId>logging-library</artifactId>
   <packaging>jar</packaging>
 
-  <name>logging-library</name>
+  <name>logging-analytics :: ${project.artifactId}</name>
 
   <properties>
     <spring.version>5.1.2.RELEASE</spring.version>
diff --git a/reference/logging-mock-service/.classpath b/reference/logging-mock-service/.classpath
deleted file mode 100644 (file)
index f941705..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="src" output="target/classes" path="src/main/java">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="src" output="target/test-classes" path="src/test/java">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-                       <attribute name="org.eclipse.jst.component.nondependency" value=""/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/reference/logging-mock-service/.gitignore b/reference/logging-mock-service/.gitignore
deleted file mode 100644 (file)
index 99d2bb1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/target/
-/build/
diff --git a/reference/logging-mock-service/.project b/reference/logging-mock-service/.project
deleted file mode 100644 (file)
index 8e8b873..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>logging-mock-service</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.wst.common.project.facet.core.builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.wst.validation.validationbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.springframework.ide.eclipse.core.springbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.m2e.core.maven2Builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
-               <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
-               <nature>org.springframework.ide.eclipse.core.springnature</nature>
-               <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-               <nature>org.eclipse.m2e.core.maven2Nature</nature>
-               <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
index a627157..21b0d70 100644 (file)
@@ -11,7 +11,7 @@
   <artifactId>logging-mock-service</artifactId>
   <packaging>jar</packaging>
 
-  <name>logging-mock-service</name>
+  <name>logging-analytics :: ${project.artifactId}</name>
 
   <properties>
   </properties>
index 7d39a04..f30422a 100644 (file)
   <artifactId>logging-slf4j-demo</artifactId>
   <packaging>war</packaging>
 
-  <name>logging-slf4j-demo</name>
+  <name>logging-analytics :: ${project.artifactId}</name>
 
   <properties>
-    <!-- from 1.5.10 to not pull in spring 4.3.14/5.0.5 override of 5.0.9 however 4.3.17 of spring-core over 4.3.14 is not enough - need 4.3.18+ tomcat-embed-core 8.5.31 needs 8.5.32+ 
+    <!-- from 1.5.10 to not pull in spring 4.3.14/5.0.5 override of 5.0.9 however 4.3.17 of spring-core over 4.3.14 is not enough - need 4.3.18+ tomcat-embed-core 8.5.31 needs 8.5.32+
       - which spring-boot 1.5.15 brings in spring-expression 4.3.14 goes to 4.3.17 under 1.5.15 1.5.17 ups jackson-databind from 2.8.11.2 - but we will likely need 2.9+ -->
     <springframework.boot.version>1.5.22.RELEASE</springframework.boot.version>
     <spring.version>5.1.2.RELEASE</spring.version>
index 1fcd24b..dd47033 100644 (file)
@@ -11,7 +11,7 @@
   <artifactId>logging-slf4j</artifactId>
   <packaging>jar</packaging>
 
-  <name>logging-slf4j</name>
+  <name>logging-analytics :: ${project.artifactId}</name>
 
   <properties>
     <spring.version>5.0.9.RELEASE</spring.version>
index 50ec493..795847f 100644 (file)
@@ -11,7 +11,7 @@
   <artifactId>logging-reference</artifactId>
   <packaging>pom</packaging>
 
-  <name>logging-reference</name>
+  <name>logging-analytics :: ${project.artifactId}</name>
 
   <modules>
     <module>logging-demo</module>
index 16544e3..4242fa7 100644 (file)
@@ -11,5 +11,5 @@
   <artifactId>logging-provider</artifactId>
   <packaging>pom</packaging>
 
-  <name>logging-provider</name>
+  <name>logging-analytics :: ${project.artifactId}</name>
 </project>