Skip to content

Commit 28f7c15

Browse files
committed
Commenting out Cobertura for the release - it's a GPL plugin
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@495069 13f79535-47bb-0310-9956-ffa450edef68
1 parent 09ba9fd commit 28f7c15

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

project.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@
246246
</comment>
247247
</properties>
248248
</dependency>
249+
<!--
249250
<dependency>
250251
<groupId>maven-plugins</groupId>
251252
<artifactId>maven-cobertura-plugin</artifactId>
@@ -259,6 +260,7 @@
259260
</comment>
260261
</properties>
261262
</dependency>
263+
-->
262264
</dependencies>
263265

264266
<build>
@@ -300,7 +302,7 @@
300302
<report>maven-junit-report-plugin</report>
301303
<report>maven-jxr-plugin</report>
302304
<report>maven-license-plugin</report>
303-
<report>maven-cobertura-plugin</report>
305+
<!--report>maven-cobertura-plugin</report-->
304306
<report>maven-pmd-plugin</report>
305307
<!-- report>maven-jdiff-plugin</report -->
306308
</reports>

0 commit comments

Comments
 (0)