From eaadf9a30a915d75067a9fb3a85673b4661ab37f Mon Sep 17 00:00:00 2001 From: Yiming Liu Date: Thu, 24 Mar 2016 23:38:21 +0800 Subject: [PATCH] Update pom.xml --- pom.xml | 75 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 63 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 219c78119..fc1da0eb9 100644 --- a/pom.xml +++ b/pom.xml @@ -23,11 +23,17 @@ Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 + repo https://github.com/ctripcorp/apollo + scm:git:git://github.com/ctripcorp/apollo.git + + Travis CI + https://travis-ci.org/ctripcorp/apollo + yiming187 @@ -61,7 +67,10 @@ + UTF-8 1.8 + github + ${env.GITHUB_OAUTH_TOKEN} apollo-core @@ -95,11 +104,11 @@ mysql-connector-java 5.1.38 - - com.google.guava - guava - 19.0 - + + com.google.guava + guava + 19.0 + com.h2database @@ -152,15 +161,43 @@ - - org.apache.maven.plugins - maven-war-plugin - - false - - + + org.apache.maven.plugins + maven-war-plugin + 2.3 + + false + + + + + com.github.github + site-maven-plugin + 0.12 + + Building site for ${project.version} + + + + + site + + site + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + google_checks.xml + false + + + @@ -192,6 +229,7 @@ + spring-milestones @@ -202,5 +240,18 @@ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + google_checks.xml + false + + + + -- GitLab