From ff67c1bcef211a361de7f778567321c33600ee4d Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Fri, 4 Oct 2024 17:59:29 +0200 Subject: [PATCH] add maven plugin to keep compatibility and correct console warnings --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index c004996..478671d 100644 --- a/pom.xml +++ b/pom.xml @@ -121,6 +121,7 @@ + org.apache.maven.plugins maven-compiler-plugin @@ -131,6 +132,21 @@ maven-surefire-plugin 3.5.0 + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + + org.apache.maven.plugins + maven-install-plugin + 3.1.3 + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.3 + org.jacoco jacoco-maven-plugin