[java-parent-project-v3] 01/02: INFRA-110 - Downgrade cobertura-maven-plugin from 2.7 to 2.6.
Tom Zeller
tzeller at dragonacea.biz
Thu May 12 20:40:51 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.
commit d9cafd73a00b85bfa5a9106c1d9f999bbd535eb6
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 12 19:33:12 2016 -0500
INFRA-110 - Downgrade cobertura-maven-plugin from 2.7 to 2.6.
2.5.2 appears to not work with Java 8.
2.6 <we are here>
2.7 appears to not work with Maven site.
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5cff26a..efd3f22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -653,7 +653,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
- <version>2.7</version>
+ <!--
+ Upgrading to 2.6 may 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>
<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