From c455b1ee154a8159c7a8c834d8a9f0c054aacb1f Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 12 Oct 2020 10:50:27 +0200 Subject: [PATCH] Remove warnings from the build --- common/pom.xml | 10 ++++++++ .../fuse/mvnd/common/DaemonRegistry.java | 1 + daemon/pom.xml | 2 +- integration-tests/pom.xml | 20 +++++++++++++++ .../test/projects/module-and-plugin/pom.xml | 2 +- .../src/test/projects/multi-module/pom.xml | 2 +- .../src/test/projects/single-module/pom.xml | 2 +- .../upgrades-in-bom/hello-0.0.1/pom.xml | 2 +- .../hello-0.0.2-SNAPSHOT/pom.xml | 2 +- .../projects/upgrades-in-bom/parent/pom.xml | 2 +- pom.xml | 25 ++++++++++++++++--- 11 files changed, 60 insertions(+), 10 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index b038632e..ff8a3c84 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -78,6 +78,16 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + true + + -XDignore.symbol.file + + + diff --git a/common/src/main/java/org/jboss/fuse/mvnd/common/DaemonRegistry.java b/common/src/main/java/org/jboss/fuse/mvnd/common/DaemonRegistry.java index 64c022cc..dfc6c99c 100644 --- a/common/src/main/java/org/jboss/fuse/mvnd/common/DaemonRegistry.java +++ b/common/src/main/java/org/jboss/fuse/mvnd/common/DaemonRegistry.java @@ -49,6 +49,7 @@ import static org.jboss.fuse.mvnd.common.DaemonState.Idle; * * File origin: * https://github.com/gradle/gradle/blob/v5.6.2/subprojects/launcher/src/main/java/org/gradle/launcher/daemon/registry/DaemonRegistry.java + * https://github.com/OpenHFT/Java-Lang/blob/master/lang/src/main/java/net/openhft/lang/io/AbstractBytes.java */ public class DaemonRegistry implements AutoCloseable { diff --git a/daemon/pom.xml b/daemon/pom.xml index 153771e8..5f2b5e3d 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -122,7 +122,7 @@ - io.takari.maven.plugins + ca.vanzyl.provisio.maven.plugins provisio-maven-plugin diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 5a9b6286..bbe9d1a6 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -124,6 +124,26 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + default-jar + none + + + + + org.apache.maven.plugins + maven-install-plugin + + + default-install + none + + + diff --git a/integration-tests/src/test/projects/module-and-plugin/pom.xml b/integration-tests/src/test/projects/module-and-plugin/pom.xml index 9ee25d20..a7028535 100644 --- a/integration-tests/src/test/projects/module-and-plugin/pom.xml +++ b/integration-tests/src/test/projects/module-and-plugin/pom.xml @@ -33,7 +33,7 @@ 3.8.0 2.4 2.6 - 3.0.0-M4 + 3.0.0-M5 diff --git a/integration-tests/src/test/projects/multi-module/pom.xml b/integration-tests/src/test/projects/multi-module/pom.xml index 95dc9839..3ce1aa06 100644 --- a/integration-tests/src/test/projects/multi-module/pom.xml +++ b/integration-tests/src/test/projects/multi-module/pom.xml @@ -33,7 +33,7 @@ 3.8.0 2.4 2.6 - 3.0.0-M4 + 3.0.0-M5 diff --git a/integration-tests/src/test/projects/single-module/pom.xml b/integration-tests/src/test/projects/single-module/pom.xml index 05fff788..2aabd80c 100644 --- a/integration-tests/src/test/projects/single-module/pom.xml +++ b/integration-tests/src/test/projects/single-module/pom.xml @@ -33,7 +33,7 @@ 3.8.0 2.4 2.6 - 3.0.0-M4 + 3.0.0-M5 diff --git a/integration-tests/src/test/projects/upgrades-in-bom/hello-0.0.1/pom.xml b/integration-tests/src/test/projects/upgrades-in-bom/hello-0.0.1/pom.xml index 236771a7..795ee190 100644 --- a/integration-tests/src/test/projects/upgrades-in-bom/hello-0.0.1/pom.xml +++ b/integration-tests/src/test/projects/upgrades-in-bom/hello-0.0.1/pom.xml @@ -33,7 +33,7 @@ 3.8.0 2.4 2.6 - 3.0.0-M4 + 3.0.0-M5 diff --git a/integration-tests/src/test/projects/upgrades-in-bom/hello-0.0.2-SNAPSHOT/pom.xml b/integration-tests/src/test/projects/upgrades-in-bom/hello-0.0.2-SNAPSHOT/pom.xml index 53fe6991..29f6d876 100644 --- a/integration-tests/src/test/projects/upgrades-in-bom/hello-0.0.2-SNAPSHOT/pom.xml +++ b/integration-tests/src/test/projects/upgrades-in-bom/hello-0.0.2-SNAPSHOT/pom.xml @@ -33,7 +33,7 @@ 3.8.0 2.4 2.6 - 3.0.0-M4 + 3.0.0-M5 diff --git a/integration-tests/src/test/projects/upgrades-in-bom/parent/pom.xml b/integration-tests/src/test/projects/upgrades-in-bom/parent/pom.xml index 53260012..098472bb 100644 --- a/integration-tests/src/test/projects/upgrades-in-bom/parent/pom.xml +++ b/integration-tests/src/test/projects/upgrades-in-bom/parent/pom.xml @@ -34,7 +34,7 @@ 3.8.0 2.4 2.6 - 3.0.0-M4 + 3.0.0-M5 diff --git a/pom.xml b/pom.xml index 603a8e7d..b32723de 100644 --- a/pom.xml +++ b/pom.xml @@ -54,10 +54,12 @@ 3.0.4 1.4.1 3.0 + 3.2.0 + 2.4 1.2.0 - 3.0.0-M4 + 3.0.0-M5 1.13.9 - 0.1.56 + 1.0.15 @@ -255,9 +257,16 @@ limitations under the License. - io.takari.maven.plugins + ca.vanzyl.provisio.maven.plugins provisio-maven-plugin ${takari-provisio.version} + + + com.thoughtworks.xstream + xstream + 1.4.13 + + io.takari.maven.plugins @@ -299,6 +308,16 @@ limitations under the License. maven-surefire-plugin ${surefire.version} + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-install-plugin + ${maven-install-plugin.version} + org.codehaus.gmaven groovy-maven-plugin