From 5a3ba70d0ac3a9447905864ca531473886cfe92b Mon Sep 17 00:00:00 2001 From: Sunny Vats Date: Fri, 2 Dec 2022 22:51:59 +0530 Subject: [PATCH 1/2] Add version updates Add jaxb-api, jaxb-core, jaxb-impl version Fix warning in package phase after version update. --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a14c64d..6a65b6f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,6 @@ UTF-8 UTF-8 11 - 2.3.0 ${java.version} ${java.version} @@ -21,17 +20,17 @@ javax.xml.bind jaxb-api - ${jaxb.version} + 2.4.0-b180830.0359 com.sun.xml.bind jaxb-core - ${jaxb.version} + 4.0.1 com.sun.xml.bind jaxb-impl - ${jaxb.version} + 4.0.1 From 5bbcfe7200c12918e8b3556134b96be15fa9ebf0 Mon Sep 17 00:00:00 2001 From: Sunny Vats Date: Fri, 2 Dec 2022 23:33:38 +0530 Subject: [PATCH 2/2] Add assignment auto-clean Add plugin maven-clean-plugin Add executions configuration --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 6a65b6f..a162e6a 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,20 @@ + + org.apache.maven.plugins + maven-clean-plugin + 3.2.0 + + + auto-clean + initialize + + clean + + + + org.jvnet.jaxb2.maven2 maven-jaxb2-plugin