diff --git a/core/pom.xml b/core/pom.xml
index c80f4ba03..814477ca7 100755
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -277,31 +277,6 @@
-
- org.codehaus.mojo
- jaxb2-maven-plugin
-
-
- schemagen
- generate-resources
-
- schemagen
-
-
- ${project.build.directory}/generated-resources/schemagen
-
- org/dozer/builder/model/jaxb/**
-
-
-
- http://dozermapper.github.io/schema/bean-mapping
- bean-mapping.xsd
-
-
-
-
-
-
org.codehaus.mojo
xmlbeans-maven-plugin
@@ -321,4 +296,105 @@
+
+
+ jdk8-build
+
+ 1.8
+
+
+
+
+ org.codehaus.mojo
+ jaxb2-maven-plugin
+
+
+ schemagen
+ generate-resources
+
+ schemagen
+
+
+ ${project.build.directory}/generated-resources/schemagen
+
+ org/dozer/builder/model/jaxb/**
+
+
+
+ http://dozermapper.github.io/schema/bean-mapping
+ bean-mapping.xsd
+
+
+
+
+
+
+
+
+
+
+ jdk9-build
+
+ 9
+
+
+
+
+ org.codehaus.mojo
+ jaxb2-maven-plugin
+
+
+ schemagen
+ generate-resources
+
+ schemagen
+
+
+ ${project.build.directory}/generated-resources/schemagen
+
+ org/dozer/builder/model/jaxb/**
+
+
+
+
+
+
+ org.glassfish.jaxb
+ jaxb-jxc-jdk9
+ 2.3.0
+
+
+ javax.activation
+ javax.activation-api
+ 1.2.0
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+
+
+ copy-schema
+ generate-resources
+
+
+ Copying XSD schema to be included in JAR
+
+
+
+
+
+ run
+
+
+
+
+
+
+
+
diff --git a/plugins-parent/pom.xml b/plugins-parent/pom.xml
index 99e63adf4..ddc477ffc 100644
--- a/plugins-parent/pom.xml
+++ b/plugins-parent/pom.xml
@@ -35,6 +35,7 @@
0.6.1
+ 1.8
2.17
3.0.0
3.7.0
@@ -135,6 +136,11 @@
alta-maven-plugin
${alta-maven-plugin.version}
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ ${maven-antrun-plugin.version}
+
org.apache.maven.plugins
maven-checkstyle-plugin