File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 143143 <commons .release.2.name>commons-lang-${commons.release.2.version} </commons .release.2.name>
144144 <commons .jira.id>LANG</commons .jira.id>
145145 <commons .jira.pid>12310481</commons .jira.pid>
146-
147146 <commons .site.path>lang</commons .site.path>
148147 <commons .scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang</commons .scmPubUrl>
149148 <commons .scmPubCheckoutDirectory>site-content</commons .scmPubCheckoutDirectory>
150149 <commons .encoding>UTF-8</commons .encoding>
151-
152150 <checkstyle .configdir>src/site/resources/checkstyle</checkstyle .configdir>
153-
154151 <japicmp .skip>false</japicmp .skip>
155152 <!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
156153 <jmh .version>1.37</jmh .version>
157154 <uberjar .name>benchmarks</uberjar .name>
158-
159155 <!-- Commons Release Plugin -->
160156 <commons .bc.version>3.18.0</commons .bc.version>
161157 <commons .rc.version>RC1</commons .rc.version>
171167 <commons .jacoco.complexityRatio>0.91</commons .jacoco.complexityRatio>
172168 <commons .text.version>1.14.0</commons .text.version>
173169 </properties >
174-
175170 <build >
176171 <defaultGoal >clean verify apache-rat:check checkstyle:check japicmp:cmp spotbugs:check pmd:check javadoc:javadoc</defaultGoal >
177172 <pluginManagement >
432427 <exec executable =" svn" >
433428 <arg line =" checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
434429 </exec >
435-
436430 <exec executable =" svn" >
437431 <arg line =" update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
438432 </exec >
439-
440433 <pathconvert pathsep =" " property =" dirs" >
441434 <dirset dir =" ${commons.scmPubCheckoutDirectory}" includes =" *" />
442435 </pathconvert >
451444 </plugins >
452445 </build >
453446 </profile >
454-
455447 <profile >
456448 <id >java9+</id >
457449 <activation >
483475 </plugins >
484476 </build >
485477 </profile >
486-
487478 <profile >
488479 <id >benchmark</id >
489480 <properties >
You can’t perform that action at this time.
0 commit comments