From 6c63fd80e5f3287d8d7d8a3836c7b2688c58b38d Mon Sep 17 00:00:00 2001 From: GedMarc Date: Thu, 6 Dec 2018 20:28:46 +0200 Subject: [PATCH] Export all packages across modules Enforce JDK 6 for Annotations and DataBinding Clean the module pathing OSS-Parent Update for plugin management Exclude moditect from plugin version check https://github.com/FasterXML/jackson-annotations/pull/145 https://github.com/FasterXML/jackson-core/pull/499 https://github.com/FasterXML/jackson-databind/issues/2197 --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 29e2b7a..c888993 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,8 @@ - ${range;[===,=+);${@}} + + ${range;[===,=+);${@}} {maven-resources} @@ -191,7 +192,9 @@ org.moditect moditect-maven-plugin - ${version.plugin.moditect} + ${version.plugin.moditect} + + @@ -334,6 +337,7 @@ true clean,deploy,site [ERROR] Best Practice is to always define plugin versions! + org.moditect:moditect-maven-plugin