[java-parent-project-v3] branch master updated: INFRA-110 - Downgrade cobertura-maven-plugin from 2.6 back to 2.5.2.
Tom Zeller
tzeller at dragonacea.biz
Thu May 12 21:05:32 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-parent-project-v3.
The following commit(s) were added to refs/heads/master by this push:
new d26b8a2 INFRA-110 - Downgrade cobertura-maven-plugin from 2.6 back to 2.5.2.
d26b8a2 is described below
commit d26b8a220d79d5554e8c181d3bf405e78abf7da5
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 12 20:05:22 2016 -0500
INFRA-110 - Downgrade cobertura-maven-plugin from 2.6 back to 2.5.2.
2.5.2 <we are here> appears to not work with Java 8.
2.6 appears to cause some tests to fail.
2.7 appears to not work with Maven site.
Both issues with 2.6 and 2.8 are likely due to dependencies on Xerces.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 73148d4..d76f944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -654,11 +654,11 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<!--
- Upgrading to 2.6 may cause the 'site' target to fail for java-support, and
+ Upgrading to 2.6 will cause the 'site' target to fail for java-support, and
probably other projects, due to clashing dependencies on versions of
xerces and xalan. For now, just hold at a version that works for us.
-->
- <version>2.6</version>
+ <version>2.5.2</version>
<configuration>
<aggregate>true</aggregate>
<quiet>true</quiet>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list