2013-07-06 01:26:50 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-10-08 00:54:44 +08:00
|
|
|
<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/xsd/maven-4.0.0.xsd">
|
2013-07-06 01:26:50 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2013-07-26 18:50:02 +08:00
|
|
|
<groupId>org.springframework.boot</groupId>
|
2013-08-30 13:28:34 +08:00
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
2015-09-17 00:00:17 +08:00
|
|
|
<version>1.2.7.BUILD-SNAPSHOT</version>
|
2013-08-30 13:28:34 +08:00
|
|
|
<relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath>
|
2013-07-06 01:26:50 +08:00
|
|
|
</parent>
|
2013-07-26 18:50:02 +08:00
|
|
|
<artifactId>spring-boot-samples</artifactId>
|
2013-07-06 01:26:50 +08:00
|
|
|
<packaging>pom</packaging>
|
2014-04-01 16:10:51 +08:00
|
|
|
<name>Spring Boot Samples</name>
|
|
|
|
<description>Spring Boot Samples</description>
|
|
|
|
<url>http://projects.spring.io/spring-boot/</url>
|
|
|
|
<organization>
|
|
|
|
<name>Pivotal Software, Inc.</name>
|
|
|
|
<url>http://www.spring.io</url>
|
|
|
|
</organization>
|
2013-07-06 01:26:50 +08:00
|
|
|
<properties>
|
|
|
|
<main.basedir>${basedir}/..</main.basedir>
|
2015-10-08 00:54:44 +08:00
|
|
|
<java.version>1.8</java.version>
|
2013-07-06 01:26:50 +08:00
|
|
|
</properties>
|
|
|
|
<modules>
|
2013-07-31 16:46:34 +08:00
|
|
|
<module>spring-boot-sample-actuator</module>
|
2013-12-17 01:18:28 +08:00
|
|
|
<module>spring-boot-sample-actuator-log4j</module>
|
2014-09-16 01:24:46 +08:00
|
|
|
<module>spring-boot-sample-actuator-log4j2</module>
|
2013-12-10 00:17:53 +08:00
|
|
|
<module>spring-boot-sample-actuator-noweb</module>
|
2013-07-31 16:46:34 +08:00
|
|
|
<module>spring-boot-sample-actuator-ui</module>
|
2013-10-04 22:38:48 +08:00
|
|
|
<module>spring-boot-sample-amqp</module>
|
2013-09-11 20:14:49 +08:00
|
|
|
<module>spring-boot-sample-aop</module>
|
2015-01-14 07:06:16 +08:00
|
|
|
<module>spring-boot-sample-atmosphere</module>
|
2013-07-26 18:50:02 +08:00
|
|
|
<module>spring-boot-sample-batch</module>
|
2014-06-01 19:32:46 +08:00
|
|
|
<module>spring-boot-sample-data-elasticsearch</module>
|
2014-03-29 13:47:56 +08:00
|
|
|
<module>spring-boot-sample-data-gemfire</module>
|
2013-07-26 18:50:02 +08:00
|
|
|
<module>spring-boot-sample-data-jpa</module>
|
2013-09-13 23:13:24 +08:00
|
|
|
<module>spring-boot-sample-data-mongodb</module>
|
2013-12-23 20:28:24 +08:00
|
|
|
<module>spring-boot-sample-data-redis</module>
|
2014-02-27 18:33:44 +08:00
|
|
|
<module>spring-boot-sample-data-rest</module>
|
2014-04-28 13:45:19 +08:00
|
|
|
<module>spring-boot-sample-data-solr</module>
|
2014-05-02 02:37:25 +08:00
|
|
|
<module>spring-boot-sample-flyway</module>
|
2014-12-16 03:45:21 +08:00
|
|
|
<module>spring-boot-sample-hateoas</module>
|
2014-05-28 20:41:34 +08:00
|
|
|
<module>spring-boot-sample-hornetq</module>
|
2013-07-26 18:50:02 +08:00
|
|
|
<module>spring-boot-sample-integration</module>
|
2014-10-02 17:32:55 +08:00
|
|
|
<module>spring-boot-sample-jersey</module>
|
|
|
|
<module>spring-boot-sample-jersey1</module>
|
2013-07-26 18:50:02 +08:00
|
|
|
<module>spring-boot-sample-jetty</module>
|
2014-11-18 01:18:31 +08:00
|
|
|
<module>spring-boot-sample-jetty-ssl</module>
|
2014-11-06 08:15:16 +08:00
|
|
|
<module>spring-boot-sample-jetty8</module>
|
2014-11-18 01:18:31 +08:00
|
|
|
<module>spring-boot-sample-jetty8-ssl</module>
|
2014-11-25 18:19:28 +08:00
|
|
|
<module>spring-boot-sample-jpa</module>
|
2014-08-21 07:44:23 +08:00
|
|
|
<module>spring-boot-sample-jta-atomikos</module>
|
|
|
|
<module>spring-boot-sample-jta-bitronix</module>
|
2014-08-23 06:08:17 +08:00
|
|
|
<module>spring-boot-sample-jta-jndi</module>
|
2014-04-18 05:59:36 +08:00
|
|
|
<module>spring-boot-sample-liquibase</module>
|
2014-06-10 16:13:19 +08:00
|
|
|
<module>spring-boot-sample-parent-context</module>
|
2013-07-26 18:50:02 +08:00
|
|
|
<module>spring-boot-sample-profile</module>
|
2013-11-02 23:49:36 +08:00
|
|
|
<module>spring-boot-sample-secure</module>
|
2013-12-18 01:15:05 +08:00
|
|
|
<module>spring-boot-sample-servlet</module>
|
2013-07-26 18:50:02 +08:00
|
|
|
<module>spring-boot-sample-simple</module>
|
2015-01-07 11:13:06 +08:00
|
|
|
<module>spring-boot-sample-testng</module>
|
|
|
|
<module>spring-boot-sample-tomcat</module>
|
2014-11-06 08:15:16 +08:00
|
|
|
<module>spring-boot-sample-tomcat-jsp</module>
|
2014-07-23 00:51:51 +08:00
|
|
|
<module>spring-boot-sample-tomcat-ssl</module>
|
2014-03-20 11:11:46 +08:00
|
|
|
<module>spring-boot-sample-tomcat-multi-connectors</module>
|
2014-11-06 08:15:16 +08:00
|
|
|
<module>spring-boot-sample-tomcat7-jsp</module>
|
2013-07-26 18:50:02 +08:00
|
|
|
<module>spring-boot-sample-traditional</module>
|
2014-11-14 16:20:14 +08:00
|
|
|
<module>spring-boot-sample-undertow</module>
|
|
|
|
<module>spring-boot-sample-undertow-ssl</module>
|
2014-08-26 15:52:24 +08:00
|
|
|
<module>spring-boot-sample-velocity</module>
|
2014-04-30 00:46:55 +08:00
|
|
|
<module>spring-boot-sample-web-freemarker</module>
|
2014-05-20 20:59:32 +08:00
|
|
|
<module>spring-boot-sample-web-groovy-templates</module>
|
2014-03-03 22:01:56 +08:00
|
|
|
<module>spring-boot-sample-web-method-security</module>
|
2015-01-09 21:50:39 +08:00
|
|
|
<module>spring-boot-sample-web-mustache</module>
|
2014-01-10 00:37:45 +08:00
|
|
|
<module>spring-boot-sample-web-secure</module>
|
2014-08-12 08:39:35 +08:00
|
|
|
<module>spring-boot-sample-web-secure-custom</module>
|
2014-08-26 00:16:32 +08:00
|
|
|
<module>spring-boot-sample-web-secure-jdbc</module>
|
2013-07-29 17:56:42 +08:00
|
|
|
<module>spring-boot-sample-web-static</module>
|
2013-08-24 06:23:45 +08:00
|
|
|
<module>spring-boot-sample-web-jsp</module>
|
2013-07-26 18:50:02 +08:00
|
|
|
<module>spring-boot-sample-web-ui</module>
|
2014-05-08 00:34:24 +08:00
|
|
|
<module>spring-boot-sample-web-velocity</module>
|
2014-11-19 22:40:05 +08:00
|
|
|
<module>spring-boot-sample-websocket-jetty</module>
|
2014-12-04 07:46:52 +08:00
|
|
|
<module>spring-boot-sample-websocket-tomcat</module>
|
2014-12-04 07:36:34 +08:00
|
|
|
<module>spring-boot-sample-websocket-undertow</module>
|
2014-06-10 01:03:22 +08:00
|
|
|
<module>spring-boot-sample-ws</module>
|
2013-07-26 18:50:02 +08:00
|
|
|
<module>spring-boot-sample-xml</module>
|
2014-11-19 22:40:05 +08:00
|
|
|
</modules>
|
2014-02-19 13:57:47 +08:00
|
|
|
<!-- No dependencies - otherwise the samples won't work if you change the
|
|
|
|
parent -->
|
2013-10-09 11:25:10 +08:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2014-05-03 06:03:31 +08:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2013-10-09 11:25:10 +08:00
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<useProjectReferences>false</useProjectReferences>
|
|
|
|
<additionalConfig>
|
|
|
|
<file>
|
|
|
|
<name>.settings/org.eclipse.jdt.ui.prefs</name>
|
|
|
|
<location>${main.basedir}/eclipse/org.eclipse.jdt.ui.prefs</location>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<name>.settings/org.eclipse.jdt.core.prefs</name>
|
|
|
|
<location>${main.basedir}/eclipse/org.eclipse.jdt.core.prefs</location>
|
|
|
|
</file>
|
|
|
|
</additionalConfig>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2014-01-14 14:41:17 +08:00
|
|
|
<plugin>
|
2014-05-03 06:03:31 +08:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2014-01-14 14:41:17 +08:00
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<includes>
|
|
|
|
<include>**/*Tests.java</include>
|
|
|
|
</includes>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/Abstract*.java</exclude>
|
|
|
|
</excludes>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<java.security.egd>file:/dev/./urandom</java.security.egd>
|
|
|
|
<java.awt.headless>true</java.awt.headless>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2013-10-09 11:25:10 +08:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2014-09-16 00:48:01 +08:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<url>http://repo.spring.io/snapshot</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<url>http://repo.spring.io/milestone</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<url>http://repo.spring.io/snapshot</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</pluginRepository>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<url>http://repo.spring.io/milestone</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</pluginRepository>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>spring-releases</id>
|
|
|
|
<name>Spring Releases</name>
|
|
|
|
<url>http://repo.spring.io/release</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
2013-07-06 01:26:50 +08:00
|
|
|
</project>
|