From 005e847e4a0d69d3b15f9e464e8ee85dcf2f7108 Mon Sep 17 00:00:00 2001 From: "David M. Lloyd" Date: Tue, 13 Feb 2024 13:34:06 -0600 Subject: [PATCH] Fix Maven build warnings Maven produces several warnings due to outdated constructs and other problems; we can fix them. --- pom.xml | 48 ++++++++++++++++-------------------------------- 1 file changed, 16 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 12a1511..af80332 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ https://github.com/jbossas/jboss-threads - https://github.com/jbossas/jboss-threads.git + scm:git:git@github.com:jbossas/jboss-threads.git scm:git:git@github.com:jbossas/jboss-threads.git HEAD @@ -148,19 +148,19 @@ - maven-javadoc-plugin + maven-resources-plugin - - - org.jboss - jdk-misc - 2.Final - - + UTF-8 + + maven-javadoc-plugin + maven-compiler-plugin + + full + maven-source-plugin @@ -168,29 +168,13 @@ maven-surefire-plugin - - - test.level - ${test.level} - - - java.util.logging.manager - org.jboss.logmanager.LogManager - - - jboss.threads.eqe.statistics - ${jboss.threads.eqe.statistics} - - - jboss.threads.eqe.unlimited-queue - ${jboss.threads.eqe.unlimited-queue} - - - jboss.threads.eqe.register-mbean - ${jboss.threads.eqe.register-mbean} - - - always + + ${test.level} + org.jboss.logmanager.LogManager + ${jboss.threads.eqe.statistics} + ${jboss.threads.eqe.unlimited-queue} + ${jboss.threads.eqe.register-mbean} +