Changeset 19608 in josm
- Timestamp:
- 2026-08-09T23:38:45+02:00 (2 days ago)
- File:
-
- 1 edited
-
trunk/pom.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pom.xml
r19605 r19608 244 244 </testResource> 245 245 </testResources> 246 <pluginManagement> 247 <plugins> 248 <!-- Prevent m2e from also running checkstyle:check during its own 249 incremental/full IDE builds. Without this, m2e's background build 250 and a manually launched "mvn test" can write checkstyle-josm.xml 251 concurrently, corrupting it. --> 252 <plugin> 253 <groupId>org.eclipse.m2e</groupId> 254 <artifactId>lifecycle-mapping</artifactId> 255 <version>1.0.0</version> 256 <configuration> 257 <lifecycleMappingMetadata> 258 <pluginExecutions> 259 <pluginExecution> 260 <pluginExecutionFilter> 261 <groupId>org.apache.maven.plugins</groupId> 262 <artifactId>maven-checkstyle-plugin</artifactId> 263 <versionRange>[0,)</versionRange> 264 <goals> 265 <goal>check</goal> 266 </goals> 267 </pluginExecutionFilter> 268 <action> 269 <ignore/> 270 </action> 271 </pluginExecution> 272 </pluginExecutions> 273 </lifecycleMappingMetadata> 274 </configuration> 275 </plugin> 276 </plugins> 277 </pluginManagement> 246 278 <plugins> 247 279 <!-- Generate sources --> … … 472 504 <argLine> 473 505 @{argLine} 506 <!-- Must be a real -D flag: as a configurationParameters entry it is set too late, 507 after java-agents below already cached the JDK's default locale provider list. --> 508 -Djava.locale.providers=SPI,CLDR 474 509 -javaagent:${org.jmockit:jmockit:jar} 475 510 --add-opens java.base/java.io=ALL-UNNAMED … … 485 520 <configurationParameters> 486 521 file.encoding = UTF-8 487 java.locale.providers = SPI,CLDR488 522 junit.jupiter.extensions.autodetection.enabled = true 489 523 junit.jupiter.execution.parallel.enabled = true … … 755 789 <argLine> 756 790 @{argLine} 791 -Djava.locale.providers=SPI,CLDR 757 792 -javaagent:${com.ginsberg:junit5-system-exit:jar} 758 793 -javaagent:${org.jmockit:jmockit:jar}
Note:
See TracChangeset
for help on using the changeset viewer.
