From 764aad339665ebb0a857f3e70cab75c3ee36c0d0 Mon Sep 17 00:00:00 2001 From: Keegan Witt Date: Sun, 5 May 2019 14:29:24 -0400 Subject: [PATCH 1/2] Switch from Cobertura to Jacoco Cobertura still doesn't support Java > 8 https://github.com/cobertura/cobertura/issues/271 https://github.com/mojohaus/cobertura-maven-plugin/issues/30 --- pom.xml | 47 +++++++++++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index f521fe8a6..462a7e817 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ UTF-8 UTF-8 3.0.1 - 2.7 + 0.8.3 3.1.0 1.6 @@ -377,20 +377,16 @@ ${surefirePluginVersion} - org.codehaus.mojo - cobertura-maven-plugin - ${coberturaPluginVersion} - - - - - - org/codehaus/gmavenplus/mojo/HelpMojo.class - - org/codehaus/gmavenplus/util/JDK5Utils.class - - - + org.jacoco + jacoco-maven-plugin + ${jacocoPluginVersion} + + + + prepare-agent + + + org.apache.maven.plugins @@ -429,6 +425,7 @@ maven-javadoc-plugin ${javadocPluginVersion} + 6 false @@ -504,6 +501,7 @@ maven-javadoc-plugin ${javadocPluginVersion} + 6 false @@ -518,9 +516,22 @@ ${surefirePluginVersion} - org.codehaus.mojo - cobertura-maven-plugin - ${coberturaPluginVersion} + org.jacoco + jacoco-maven-plugin + ${jacocoPluginVersion} + + + + org/codehaus/gmavenplus/mojo/HelpMojo.class + + + + + + report + + + org.codehaus.mojo From b43922c841305dee2e7e66e56f60ce9b723f2194 Mon Sep 17 00:00:00 2001 From: Keegan Witt Date: Sun, 5 May 2019 14:29:50 -0400 Subject: [PATCH 2/2] Update Fluido skin to 1.7 --- src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index 932e54ae8..9f0725e1f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -14,7 +14,7 @@ org.apache.maven.skins maven-fluido-skin - 1.6 + 1.7