File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 2424 xsi : schemaLocation =" http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd" >
2525 <body >
2626
27+ <release version =" 2.1.2" date =" not released" >
28+ <action type =" update" dev =" sseifert" >
29+ Configure Mockito instrumentation for inline mocking.
30+ </action >
31+ <action type =" update" dev =" sseifert" >
32+ Update global-parent dependency to 71.
33+ </action >
34+ </release >
35+
2736 <release version =" 2.1.0" date =" 2025-09-24" >
2837 <action type =" update" dev =" sseifert" >
2938 Switch minimum Java to Java 17 - both for build and compile target.
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >io.wcm.maven</groupId >
2727 <artifactId >io.wcm.maven.global-parent</artifactId >
28- <version >70 </version >
28+ <version >71-SNAPSHOT </version >
2929 <relativePath />
3030 </parent >
3131
265265 </executions >
266266 </plugin >
267267
268+ <!-- Configure Mockito instrumentation for inline mocking -->
269+ <plugin >
270+ <groupId >org.apache.maven.plugins</groupId >
271+ <artifactId >maven-dependency-plugin</artifactId >
272+ <executions >
273+ <execution >
274+ <goals >
275+ <goal >properties</goal >
276+ </goals >
277+ </execution >
278+ </executions >
279+ </plugin >
280+ <plugin >
281+ <groupId >org.apache.maven.plugins</groupId >
282+ <artifactId >maven-surefire-plugin</artifactId >
283+ <configuration >
284+ <argLine >-javaagent:${org.mockito:mockito-core:jar} </argLine >
285+ </configuration >
286+ </plugin >
287+
268288 </plugins >
269289
270290 <pluginManagement >
You can’t perform that action at this time.
0 commit comments