diff options
author | 2020-09-09 11:25:32 +0530 | |
---|---|---|
committer | 2020-09-09 15:06:50 +0530 | |
commit | 5be1390d67a7a0fa05117e49d7a82134d6f81dcf (patch) | |
tree | 32784dd49721858799784be0dd5760f4f2086aef /profiles/pom.xml | |
parent | 44b22b049eb949b3102ef2a207c89a60deceff04 (diff) |
java migration 8->11
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-288
Change-Id: I418f30e46acc99cb4802455e12212f123179eeb0
Diffstat (limited to 'profiles/pom.xml')
-rw-r--r-- | profiles/pom.xml | 10 |
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> |