From 649022faddc10947cfd50421693b5cc57b71c37c Mon Sep 17 00:00:00 2001
From: Benedikt Ritter
Date: Sun, 13 Jul 2014 09:50:14 +0000
Subject: [PATCH] Activate test coverage report
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1610151 13f79535-47bb-0310-9956-ffa450edef68
---
src/site/resources/profile.jacoco | 0
src/site/xdoc/index.xml | 3 ++-
2 files changed, 2 insertions(+), 1 deletion(-)
create mode 100644 src/site/resources/profile.jacoco
diff --git a/src/site/resources/profile.jacoco b/src/site/resources/profile.jacoco
new file mode 100644
index 00000000..e69de29b
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 340339b8..2454e352 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -70,7 +70,8 @@ limitations under the License.
You can build the component using Apache Maven using mvn clean package
.
Note that building the website currently does not work when building with JDK 8.
- This is due to incompatibilities between JDK 8 and the maven-findbugs-plugin.
+ This is due to incompatibilities between JDK 8 and the maven-findbugs-plugin
+ and the maven-jacoco-plugin.