File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 155155 </execution >
156156 </executions >
157157 </plugin >
158+ <plugin >
159+ <groupId >org.apache.maven.plugins</groupId >
160+ <artifactId >maven-dependency-plugin</artifactId >
161+ <version >${mvn-dependency.version} </version >
162+ <executions >
163+ <execution >
164+ <id >jar-paths-to-properties</id >
165+ <goals >
166+ <goal >properties</goal >
167+ </goals >
168+ </execution >
169+ </executions >
170+ </plugin >
158171 <plugin >
159172 <groupId >org.codehaus.mojo</groupId >
160173 <artifactId >exec-maven-plugin</artifactId >
261274 <groupId >org.apache.maven.plugins</groupId >
262275 <artifactId >maven-surefire-plugin</artifactId >
263276 <version >${mvn-surefire.version} </version >
277+ <configuration >
278+ <argLine >-javaagent:"${org.mockito:mockito-core:jar} "</argLine >
279+ </configuration >
264280 </plugin >
265281 <plugin >
266282 <artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments