Skip to content

Commit 502a329

Browse files
committed
Add a comment for JaCoCo
Remove some extra whitespace
1 parent ca2e6e7 commit 502a329

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<url>https://commons.apache.org/proper/commons-csv/</url>
2929
<inceptionYear>2005</inceptionYear>
3030
<description>The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.</description>
31-
3231
<dependencies>
3332
<dependency>
3433
<groupId>org.junit.jupiter</groupId>
@@ -76,7 +75,6 @@
7675
<scope>test</scope>
7776
</dependency>
7877
</dependencies>
79-
8078
<developers>
8179
<developer>
8280
<id>bayard</id>
@@ -135,31 +133,26 @@
135133
<name>Bob Smith</name>
136134
</contributor>
137135
</contributors>
138-
139136
<scm>
140137
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-csv.git</connection>
141138
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-csv.git</developerConnection>
142139
<url>https://gitbox.apache.org/repos/asf?p=commons-csv.git</url>
143140
</scm>
144-
145141
<issueManagement>
146142
<system>jira</system>
147143
<url>https://issues.apache.org/jira/browse/CSV</url>
148144
</issueManagement>
149-
150145
<ciManagement>
151146
<system>github</system>
152147
<url>https://github.com/apache/commons-csv/actions</url>
153148
</ciManagement>
154-
155149
<distributionManagement>
156150
<site>
157151
<id>apache.website</id>
158152
<name>Apache Commons Site</name>
159153
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-csv/</url>
160154
</site>
161155
</distributionManagement>
162-
163156
<properties>
164157
<commons.release.version>1.13.0</commons.release.version>
165158
<commons.release.desc>(Java 8 or above)</commons.release.desc>
@@ -180,10 +173,8 @@
180173
<japicmp.skip>false</japicmp.skip>
181174
<commons.release.isDistModule>true</commons.release.isDistModule>
182175
<project.build.outputTimestamp>2024-09-25T02:03:48Z</project.build.outputTimestamp>
183-
184176
<commons.codec.version>1.17.1</commons.codec.version>
185177
<commons.io.version>2.18.0</commons.io.version>
186-
187178
<!-- Apache Felix maven-bundle-plugin -->
188179
<commons.osgi.import>
189180
org.apache.commons.codec.binary;version="${commons.codec.version}",
@@ -195,6 +186,7 @@
195186
*
196187
</commons.osgi.import>
197188
<!-- JaCoCo: Don't make code coverage worse than: -->
189+
<!-- To examine the JaCoCo report for a failure, run 'mvn clean install site -Dcommons.jacoco.haltOnFailure=false' -->
198190
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
199191
<commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
200192
<commons.jacoco.instructionRatio>0.98</commons.jacoco.instructionRatio>

0 commit comments

Comments
 (0)