123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.ctrip.apollo</groupId>
- <artifactId>apollo</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <name>Apollo</name>
- <packaging>pom</packaging>
- <description>Ctrip Configuration Center</description>
- <url>https://ctripcorp.github.io/apollo</url>
- <parent>
- <groupId>com.ctrip.framework</groupId>
- <artifactId>framework-parent</artifactId>
- <version>1.0</version>
- <relativePath>framework-parent</relativePath>
- </parent>
- <organization>
- <name>Ctrip, Inc.</name>
- <url>http://www.ctrip.com</url>
- </organization>
- <licenses>
- <license>
- <name>Apache License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0</url>
- </license>
- </licenses>
- <scm>
- <url>https://github.com/ctripcorp/apollo</url>
- <connection>scm:git:git://github.com/ctripcorp/apollo.git</connection>
- <developerConnection>scm:git:ssh://git@github.com/ctripcorp/apollo.git</developerConnection>
- </scm>
- <ciManagement>
- <system>Travis CI</system>
- <url>https://travis-ci.org/ctripcorp/apollo</url>
- </ciManagement>
- <issueManagement>
- <system>github</system>
- <url>https://github.com/ctripcorp/apollo/issues</url>
- </issueManagement>
- <developers>
- <developer>
- <id>yiming187</id>
- <name>Billy(Yiming) Liu</name>
- <email>liuyiming.vip at gmail.com</email>
- <organization>Ctrip, Inc.</organization>
- <organizationUrl>http://www.ctrip.com</organizationUrl>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>nobodyiam</id>
- <name>Jason(Shun) Song</name>
- <email>nobodyiam at gmail.com</email>
- <organization>Ctrip, Inc.</organization>
- <organizationUrl>http://www.ctrip.com</organizationUrl>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>lepdou</id>
- <name>Le Zhang</name>
- <email>lepdou at gmail.com</email>
- <organization>Ctrip, Inc.</organization>
- <organizationUrl>http://www.ctrip.com</organizationUrl>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- </developers>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <java.version>1.8</java.version>
- <jetty.version>9.2.15.v20160210</jetty.version>
- <github.global.server>github</github.global.server>
- <github.global.oauth2Token>${env.GITHUB_OAUTH_TOKEN}</github.global.oauth2Token>
- <github.path></github.path>
- </properties>
- <modules>
- <module>apollo-buildtools</module>
- <module>apollo-core</module>
- <module>apollo-client</module>
- <module>apollo-common</module>
- <module>apollo-biz</module>
- <module>apollo-configservice</module>
- <module>apollo-adminservice</module>
- <module>apollo-portal</module>
- <module>apollo-demo</module>
- </modules>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.ctrip.apollo</groupId>
- <artifactId>apollo-core</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.ctrip.apollo</groupId>
- <artifactId>apollo-common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.ctrip.apollo</groupId>
- <artifactId>apollo-biz</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.ctrip.apollo</groupId>
- <artifactId>apollo-buildtools</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.ctrip.framework</groupId>
- <artifactId>framework-foundation</artifactId>
- <version>1.1.5</version>
- </dependency>
- <dependency>
- <groupId>com.dianping.cat</groupId>
- <artifactId>cat-client</artifactId>
- <version>1.5.0</version>
- </dependency>
- <dependency>
- <groupId>com.ctrip.platform</groupId>
- <artifactId>ctrip-dal-client</artifactId>
- <version>1.0.1.6</version>
- <exclusions>
- <exclusion>
- <artifactId>logback-core</artifactId>
- <groupId>ch.qos.logback</groupId>
- </exclusion>
- <exclusion>
- <artifactId>logback-classic</artifactId>
- <groupId>ch.qos.logback</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <!--third party -->
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>5.1.38</version>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>19.0</version>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>1.1.7</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-server</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-http</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-io</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-util</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <!--for test -->
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.4.191</version>
- </dependency>
- <!-- declare Spring BOMs in order -->
- <dependency>
- <groupId>io.spring.platform</groupId>
- <artifactId>platform-bom</artifactId>
- <version>2.0.3.RELEASE</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-netflix</artifactId>
- <version>1.1.0.M5</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <version>1.3.3.RELEASE</version>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.6</version>
- <configuration>
- <failOnMissingWebXml>false</failOnMissingWebXml>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.17</version>
- <dependencies>
- <dependency>
- <groupId>com.puppycrawl.tools</groupId>
- <artifactId>checkstyle</artifactId>
- <version>6.17</version>
- </dependency>
- <dependency>
- <groupId>com.ctrip.apollo</groupId>
- <artifactId>apollo-buildtools</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
- <configuration>
- <configLocation>google_checks.xml</configLocation>
- <headerLocation>LICENSE-2.0.txt</headerLocation>
- <failOnViolation>false</failOnViolation>
- <consoleOutput>true</consoleOutput>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>3.0.3</version>
- <configuration>
- <xmlOutput>true</xmlOutput>
- <effort>Max</effort>
- <threshold>Low</threshold>
- <failOnError>false</failOnError>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>2.7</version>
- <dependencies>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>1.1.7</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- <profiles>
- <profile>
- <id>travis</id>
- <activation>
- <property>
- <name>env.TRAVIS</name>
- <value>true</value>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>com.github.github</groupId>
- <artifactId>site-maven-plugin</artifactId>
- <version>0.12</version>
- <configuration>
- <message>Site for ${project.artifactId}, ${project.version}</message>
- <path>${github.path}</path>
- <merge>true</merge>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>site</goal>
- </goals>
- <phase>site</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <configuration>
- <format>xml</format>
- <maxmem>256m</maxmem>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.eluder.coveralls</groupId>
- <artifactId>coveralls-maven-plugin</artifactId>
- <version>4.1.0</version>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>local</id>
- <properties>
- <package.environment>local</package.environment>
- </properties>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- </profile>
- <profile>
- <id>ctrip</id>
- <properties>
- <package.environment>ctrip</package.environment>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.ctrip.platform</groupId>
- <artifactId>ctrip-dal-client</artifactId>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
- <repositories>
- <repository>
- <id>spring-milestones</id>
- <name>Spring Milestones</name>
- <url>https://repo.spring.io/libs-milestone</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>internal.repo</id>
- <url>https://raw.github.com/ctripcorp/apollo/mvn-repo/</url>
- </repository>
- </repositories>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.9</version>
- <reportSets>
- <reportSet>
- <reports>
- <report>index</report>
- <report>summary</report>
- <report>dependency-info</report>
- <report>project-team</report>
- <report>scm</report>
- <report>issue-tracking</report>
- <report>mailing-list</report>
- <!-- <report>dependency-management</report> -->
- <!-- <report>dependencies</report> -->
- <!-- <report>dependency-convergence</report> -->
- <report>cim</report>
- <report>plugin-management</report>
- <report>plugins</report>
- <report>distribution-management</report>
- <report>license</report>
- <report>modules</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.17</version>
- <configuration>
- <configLocation>google_checks.xml</configLocation>
- <headerLocation>LICENSE-2.0.txt</headerLocation>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <version>3.6</version>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>3.0.3</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>2.7</version>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
- </project>
|