aboutsummaryrefslogtreecommitdiffstats
path: root/profiles/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/pom.xml')
-rw-r--r--profiles/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/pom.xml b/profiles/pom.xml
index 39176e24..62893578 100644
--- a/profiles/pom.xml
+++ b/profiles/pom.xml
@@ -125,6 +125,16 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.22.0</version>
+ <configuration>
+ <argLine>
+ -javaagent:${settings.localRepository}/org/jmockit/jmockit/${jmockit.version}/jmockit-${jmockit.version}.jar
+ </argLine>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>