diff --git a/pom.xml b/pom.xml index 219c781195becb4fcfd5cb50d6ee8703b26c6f9e..fc1da0eb9ba120cab45849869211b12a40d723ab 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 + + + +