|
26 | 26 | <artifactId>commons-cli</artifactId> |
27 | 27 | <version>1.8.0-SNAPSHOT</version> |
28 | 28 | <name>Apache Commons CLI</name> |
29 | | - |
30 | 29 | <inceptionYear>2002</inceptionYear> |
31 | 30 | <description> |
32 | 31 | Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface. |
33 | 32 | </description> |
34 | | - |
35 | 33 | <url>https://commons.apache.org/proper/commons-cli/</url> |
36 | | - |
37 | 34 | <issueManagement> |
38 | 35 | <system>jira</system> |
39 | 36 | <url>https://issues.apache.org/jira/browse/CLI</url> |
40 | 37 | </issueManagement> |
41 | | - |
42 | 38 | <scm> |
43 | 39 | <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-cli.git</connection> |
44 | 40 | <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-cli.git</developerConnection> |
45 | 41 | <url>https://gitbox.apache.org/repos/asf?p=commons-cli.git</url> |
46 | 42 | <tag>HEAD</tag> |
47 | 43 | </scm> |
48 | | - |
49 | 44 | <dependencies> |
50 | 45 | <dependency> |
51 | 46 | <groupId>org.junit.jupiter</groupId> |
|
69 | 64 | <scope>test</scope> |
70 | 65 | </dependency> |
71 | 66 | </dependencies> |
72 | | - |
73 | 67 | <properties> |
74 | 68 | <project.build.outputTimestamp>2024-04-18T01:27:20Z</project.build.outputTimestamp> |
75 | 69 | <maven.compiler.source>1.8</maven.compiler.source> |
|
96 | 90 | <commons.jacoco.instructionRatio>0.98</commons.jacoco.instructionRatio> |
97 | 91 | <commons.jacoco.methodRatio>0.98</commons.jacoco.methodRatio> |
98 | 92 | <commons.jacoco.branchRatio>0.95</commons.jacoco.branchRatio> |
99 | | - <commons.jacoco.complexityRatio>0.94</commons.jacoco.complexityRatio> |
100 | 93 | <commons.jacoco.lineRatio>0.98</commons.jacoco.lineRatio> |
| 94 | + <commons.jacoco.complexityRatio>0.94</commons.jacoco.complexityRatio> |
101 | 95 | </properties> |
102 | | - |
103 | 96 | <build> |
104 | 97 | <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> |
105 | 98 | <pluginManagement> |
|
168 | 161 | </plugin> |
169 | 162 | </plugins> |
170 | 163 | </build> |
171 | | - |
172 | 164 | <reporting> |
173 | 165 | <plugins> |
174 | 166 | <plugin> |
|
212 | 204 | </plugin> |
213 | 205 | </plugins> |
214 | 206 | </reporting> |
215 | | - |
216 | 207 | <distributionManagement> |
217 | 208 | <site> |
218 | 209 | <id>apache.website</id> |
219 | 210 | <name>Apache Commons Site</name> |
220 | 211 | <url>scm:svn:${commons.scmPubUrl}</url> |
221 | 212 | </site> |
222 | 213 | </distributionManagement> |
223 | | - |
224 | 214 | <profiles> |
225 | 215 | <profile> |
226 | 216 | <id>rc</id> |
|
258 | 248 | <exec executable="svn"> |
259 | 249 | <arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" /> |
260 | 250 | </exec> |
261 | | - |
262 | 251 | <exec executable="svn"> |
263 | 252 | <arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" /> |
264 | 253 | </exec> |
265 | | - |
266 | 254 | <pathconvert pathsep=" " property="dirs"> |
267 | 255 | <dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" /> |
268 | 256 | </pathconvert> |
|
278 | 266 | </build> |
279 | 267 | </profile> |
280 | 268 | </profiles> |
281 | | - |
282 | 269 | <developers> |
283 | 270 | <developer> |
284 | 271 | <name>James Strachan</name> |
|
345 | 332 | </properties> |
346 | 333 | </developer> |
347 | 334 | </developers> |
348 | | - |
349 | 335 | <contributors> |
350 | 336 | <contributor> |
351 | 337 | <name>Beluga Behr</name> |
|
411 | 397 | <role>supplied patch</role> |
412 | 398 | </roles> |
413 | 399 | </contributor> |
414 | | - |
415 | 400 | </contributors> |
416 | | - |
417 | 401 | </project> |
0 commit comments