aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-17 20:43:06 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-17 20:43:07 +0800
commit3dce14f5f9ba1516907154d024728b2fc36be185 (patch)
tree4ec3dd09edf0e4fab14ccfc71160f395f1b6d442
parentfd529e7e9f9b8ba1e63e7eec564b720e87408e00 (diff)
Upgrade usecase-ui server project version
Change-Id: I905ef7b61752d8c4efc0ab0af5fa7110567ec992 Issue-ID: USECASEUI-259 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r--pom.xml28
1 files changed, 27 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index bf02f2d2..bc591451 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,8 +114,34 @@
</modules>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.19.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.6</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav-jackrabbit</artifactId>
+ <version>2.10</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.19.1</version>
+ </plugin>
+ <plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
@@ -140,7 +166,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8</version>
<configuration>
- <skip>true</skip>
+ <skip />
</configuration>
</plugin>
</plugins>