You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -274,12 +274,24 @@
274
274
<mavenExecutorId>forked-path</mavenExecutorId>
275
275
</configuration>
276
276
</plugin>
277
+
<plugin><!-- Exposes the mockito-core jar path as ${org.mockito:mockito-core:jar}, so it can be loaded as a -javaagent (Mockito no longer self-attaches on recent JDKs). -->
0 commit comments