File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 198198 </plugins >
199199 </pluginManagement >
200200 <plugins >
201+ <plugin >
202+ <groupId >org.apache.maven.plugins</groupId >
203+ <artifactId >maven-dependency-plugin</artifactId >
204+ <executions >
205+ <execution >
206+ <goals >
207+ <goal >properties</goal >
208+ </goals >
209+ </execution >
210+ </executions >
211+ </plugin >
201212 <plugin >
202213 <artifactId >maven-surefire-plugin</artifactId >
203214 <configuration >
204215 <forkCount >1</forkCount >
205216 <reuseForks >false</reuseForks >
206- <argLine >${surefire.argLine } </argLine >
217+ <argLine >-javaagent: ${org.mockito:mockito-core:jar } </argLine >
207218 <runOrder >alphabetical</runOrder >
208219 <systemPropertyValues >
209220 <org .apache.activemq.default.directory.prefix>target</org .apache.activemq.default.directory.prefix>
You can’t perform that action at this time.
0 commit comments