summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-09-28 00:37:39 +0800
committershentao <shentao@chinamobile.com>2017-09-28 00:37:47 +0800
commit2df039471dc3e8622ec5db8ac71a70c8c6352ebc (patch)
tree1833b47a5fe9babe790fa2c0ccb77abc3877fd61 /pom.xml
parentd32ebc089c4914e2168aabf56667a67a8ac59207 (diff)
Modify monitor function code for usecase-ui server
Change-Id: I3028b3eaa22663d83fc3426b9900149e80c8c70f Issue-Id: USECASEUI-41 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f88d21cc..ad8a33f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,6 +231,14 @@
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.19</version>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
</plugins>
</build>