We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72b861 commit 5fdb1dfCopy full SHA for 5fdb1df
dsf-bpe/dsf-bpe-server/pom.xml
@@ -268,6 +268,17 @@
268
</compilerArgs>
269
</configuration>
270
</plugin>
271
+ <plugin>
272
+ <groupId>org.apache.maven.plugins</groupId>
273
+ <artifactId>maven-dependency-plugin</artifactId>
274
+ <executions>
275
+ <execution>
276
+ <goals>
277
+ <goal>properties</goal>
278
+ </goals>
279
+ </execution>
280
+ </executions>
281
+ </plugin>
282
<plugin>
283
<groupId>org.apache.maven.plugins</groupId>
284
<artifactId>maven-surefire-plugin</artifactId>
@@ -279,6 +290,7 @@
290
<exclude>**/*DaoTest</exclude>
291
<exclude>**/*IntegrationTest</exclude>
292
</excludes>
293
+ <argLine>-javaagent:${org.mockito:mockito-core:jar}</argLine>
294
295
296
0 commit comments