Skip to content

Commit ea754bc

Browse files
committed
Switch lines to match Jacoco output
Whitespace
1 parent 4e94020 commit ea754bc

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,21 @@
2626
<artifactId>commons-cli</artifactId>
2727
<version>1.8.0-SNAPSHOT</version>
2828
<name>Apache Commons CLI</name>
29-
3029
<inceptionYear>2002</inceptionYear>
3130
<description>
3231
Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
3332
</description>
34-
3533
<url>https://commons.apache.org/proper/commons-cli/</url>
36-
3734
<issueManagement>
3835
<system>jira</system>
3936
<url>https://issues.apache.org/jira/browse/CLI</url>
4037
</issueManagement>
41-
4238
<scm>
4339
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-cli.git</connection>
4440
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-cli.git</developerConnection>
4541
<url>https://gitbox.apache.org/repos/asf?p=commons-cli.git</url>
4642
<tag>HEAD</tag>
4743
</scm>
48-
4944
<dependencies>
5045
<dependency>
5146
<groupId>org.junit.jupiter</groupId>
@@ -69,7 +64,6 @@
6964
<scope>test</scope>
7065
</dependency>
7166
</dependencies>
72-
7367
<properties>
7468
<project.build.outputTimestamp>2024-04-18T01:27:20Z</project.build.outputTimestamp>
7569
<maven.compiler.source>1.8</maven.compiler.source>
@@ -96,10 +90,9 @@
9690
<commons.jacoco.instructionRatio>0.98</commons.jacoco.instructionRatio>
9791
<commons.jacoco.methodRatio>0.98</commons.jacoco.methodRatio>
9892
<commons.jacoco.branchRatio>0.95</commons.jacoco.branchRatio>
99-
<commons.jacoco.complexityRatio>0.94</commons.jacoco.complexityRatio>
10093
<commons.jacoco.lineRatio>0.98</commons.jacoco.lineRatio>
94+
<commons.jacoco.complexityRatio>0.94</commons.jacoco.complexityRatio>
10195
</properties>
102-
10396
<build>
10497
<defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal>
10598
<pluginManagement>
@@ -168,7 +161,6 @@
168161
</plugin>
169162
</plugins>
170163
</build>
171-
172164
<reporting>
173165
<plugins>
174166
<plugin>
@@ -212,15 +204,13 @@
212204
</plugin>
213205
</plugins>
214206
</reporting>
215-
216207
<distributionManagement>
217208
<site>
218209
<id>apache.website</id>
219210
<name>Apache Commons Site</name>
220211
<url>scm:svn:${commons.scmPubUrl}</url>
221212
</site>
222213
</distributionManagement>
223-
224214
<profiles>
225215
<profile>
226216
<id>rc</id>
@@ -258,11 +248,9 @@
258248
<exec executable="svn">
259249
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
260250
</exec>
261-
262251
<exec executable="svn">
263252
<arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
264253
</exec>
265-
266254
<pathconvert pathsep=" " property="dirs">
267255
<dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
268256
</pathconvert>
@@ -278,7 +266,6 @@
278266
</build>
279267
</profile>
280268
</profiles>
281-
282269
<developers>
283270
<developer>
284271
<name>James Strachan</name>
@@ -345,7 +332,6 @@
345332
</properties>
346333
</developer>
347334
</developers>
348-
349335
<contributors>
350336
<contributor>
351337
<name>Beluga Behr</name>
@@ -411,7 +397,5 @@
411397
<role>supplied patch</role>
412398
</roles>
413399
</contributor>
414-
415400
</contributors>
416-
417401
</project>

0 commit comments

Comments
 (0)