diff options
author | shentao <shentao@chinamobile.com> | 2017-09-28 00:37:39 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-09-28 00:37:47 +0800 |
commit | 2df039471dc3e8622ec5db8ac71a70c8c6352ebc (patch) | |
tree | 1833b47a5fe9babe790fa2c0ccb77abc3877fd61 /pom.xml | |
parent | d32ebc089c4914e2168aabf56667a67a8ac59207 (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.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |