From 2ab194ebd99962804cfb977d3a3b8f8d732d22f0 Mon Sep 17 00:00:00 2001 From: "Smokowski, Kevin (ks6305)" Date: Mon, 13 Jan 2020 19:16:57 +0000 Subject: pom changes centralize maven compiler plugin config and organize poms Issue-ID: LOG-1193 Signed-off-by: Smokowski, Kevin (ks6305) Change-Id: I8e6526f5709ea5773dd3214adddda15614daaff5 --- reference/pom.xml | 181 ++++++++++++++++++++++-------------------------------- 1 file changed, 75 insertions(+), 106 deletions(-) (limited to 'reference/pom.xml') diff --git a/reference/pom.xml b/reference/pom.xml index b655e8a..50c572b 100644 --- a/reference/pom.xml +++ b/reference/pom.xml @@ -1,15 +1,18 @@ - + + 4.0.0 + - org.onap.logging-analytics - logging-analytics - 1.6.3-SNAPSHOT + org.onap.logging-analytics + logging-analytics + 1.6.3-SNAPSHOT + logging-reference pom + logging-reference - http://maven.apache.org + logging-demo logging-library @@ -19,111 +22,77 @@ logging-slf4j logging-slf4j-demo provider - logging-filter + logging-filter - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - - - maven-release-plugin - 2.4.2 - - - org.apache.maven.scm - maven-scm-provider-gitexe - 1.8.1 - - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - - - maven-compiler-plugin - - - [3.2,) - - - compile - - - - - - - - - - - - - - UTF-8 + UTF-8 - + + + + org.powermock + powermock-module-junit4 + 1.6.4 + test + + + junit + junit + 4.12 + test + + + + + - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17 - - - - checkstyle - - - - + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + + + + maven-release-plugin + 2.4.2 + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.8.1 + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + - - - - - - - org.powermock - powermock-module-junit4 - 1.6.4 - test - - - junit - junit - 4.12 - test - + + - + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + + + checkstyle + + + + + + -- cgit 1.2.3-korg