From 51fb6ad20b0944b7b507ea82d39e209160a28709 Mon Sep 17 00:00:00 2001 From: Andreas Gudian Date: Wed, 19 Mar 2014 20:37:10 +0100 Subject: [PATCH] JDK8 compatibility: update surefire, update jacoco, add workaround for security error in xjc execution --- integrationtest/pom.xml | 27 +++++++++++++++++++++++++++ parent/pom.xml | 34 ++++++++++++++++++++++++++-------- 2 files changed, 53 insertions(+), 8 deletions(-) diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index 3f38e0c4b..f0b76ba03 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -114,6 +114,30 @@ + + + org.codehaus.mojo + properties-maven-plugin + + + + set-system-properties + + + + + + + javax.xml.accessExternalSchema + file + + + + org.jvnet.jaxb2.maven2 maven-jaxb2-plugin @@ -136,6 +160,9 @@ true true 2.1 + + -disableXmlSecurity + diff --git a/parent/pom.xml b/parent/pom.xml index 53b6bd319..7e0e7118c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -298,7 +298,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.16 + 2.17 com.mycila.maven-license-plugin @@ -344,7 +344,7 @@ org.jacoco jacoco-maven-plugin - [0.6,) + [0.7,) prepare-agent @@ -353,6 +353,19 @@ + + + org.codehaus.mojo + properties-maven-plugin + [1.0-alpha-2,) + + set-system-properties + + + + + + @@ -360,13 +373,18 @@ org.jacoco jacoco-maven-plugin - 0.6.3.201306030806 + 0.7.0.201403182114 - - org.jvnet.jaxb2.maven2 - maven-jaxb2-plugin - 0.8.3 - + + org.jvnet.jaxb2.maven2 + maven-jaxb2-plugin + 0.8.3 + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 +