aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-09-05 11:05:38 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-09-05 11:05:43 +0800
commit7fa07f291be2356dab68db9f188eb0906b3c5f79 (patch)
treebc249a18c04733dc67441173d73996e055c7cff3
parent599d1349e6b9085faeda2b5296021343f17ca8e3 (diff)
Fix sonar test coverage issue
Issue-Id: MSB-60 Change-Id: Id5c03886f9efc26c2e9fdb730ca412b5dee59f00 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-rw-r--r--pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index c64f302..3ff721f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,16 +113,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>${maven.surefire.version}</version>
- <configuration>
- <forkCount>3</forkCount>
- <reuseForks>true</reuseForks>
- <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>
<configuration>