You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
969 lines
31 KiB
969 lines
31 KiB
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
<modelVersion>4.0.0</modelVersion> |
|
<parent> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-parent</artifactId> |
|
<version>1.3.9.BUILD-SNAPSHOT</version> |
|
<relativePath>../spring-boot-parent</relativePath> |
|
</parent> |
|
<artifactId>spring-boot-docs</artifactId> |
|
<name>Spring Boot Docs</name> |
|
<description>Spring Boot Docs</description> |
|
<url>https://projects.spring.io/spring-boot/</url> |
|
<organization> |
|
<name>Pivotal Software, Inc.</name> |
|
<url>https://www.spring.io</url> |
|
</organization> |
|
<properties> |
|
<main.basedir>${basedir}/..</main.basedir> |
|
</properties> |
|
<dependencies> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-autoconfigure</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-actuator</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-loader</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-loader-tools</artifactId> |
|
</dependency> |
|
<!-- Optional deps required when generating Javadoc with Java 8 --> |
|
<dependency> |
|
<groupId>ch.qos.logback</groupId> |
|
<artifactId>logback-classic</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.atomikos</groupId> |
|
<artifactId>transactions-jms</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.atomikos</groupId> |
|
<artifactId>transactions-jta</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.atomikos</groupId> |
|
<artifactId>transactions-jdbc</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
<artifactId>jackson-databind</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fasterxml.jackson.datatype</groupId> |
|
<artifactId>jackson-datatype-joda</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fasterxml.jackson.dataformat</groupId> |
|
<artifactId>jackson-dataformat-xml</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.google.code.gson</groupId> |
|
<artifactId>gson</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.googlecode.json-simple</groupId> |
|
<artifactId>json-simple</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.hazelcast</groupId> |
|
<artifactId>hazelcast</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.hazelcast</groupId> |
|
<artifactId>hazelcast-spring</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.samskivert</groupId> |
|
<artifactId>jmustache</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.sendgrid</groupId> |
|
<artifactId>sendgrid-java</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.timgroup</groupId> |
|
<artifactId>java-statsd-client</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.zaxxer</groupId> |
|
<artifactId>HikariCP</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>commons-dbcp</groupId> |
|
<artifactId>commons-dbcp</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-pool2</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.dropwizard.metrics</groupId> |
|
<artifactId>metrics-core</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.projectreactor.spring</groupId> |
|
<artifactId>reactor-spring-context</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.undertow</groupId> |
|
<artifactId>undertow-servlet</artifactId> |
|
<optional>true</optional> |
|
<exclusions> |
|
<exclusion> |
|
<artifactId>jboss-servlet-api_3.1_spec</artifactId> |
|
<groupId>org.jboss.spec.javax.servlet</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.undertow</groupId> |
|
<artifactId>undertow-websockets-jsr</artifactId> |
|
<optional>true</optional> |
|
<exclusions> |
|
<exclusion> |
|
<artifactId>undertow-servlet</artifactId> |
|
<groupId>io.undertow</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>javax.jms</groupId> |
|
<artifactId>jms-api</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>javax.mail</groupId> |
|
<artifactId>javax.mail-api</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>javax.servlet</groupId> |
|
<artifactId>javax.servlet-api</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>junit</groupId> |
|
<artifactId>junit</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>log4j</groupId> |
|
<artifactId>log4j</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>net.sf.ehcache</groupId> |
|
<artifactId>ehcache</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>nz.net.ultraq.thymeleaf</groupId> |
|
<artifactId>thymeleaf-layout-dialect</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.activemq</groupId> |
|
<artifactId>activemq-client</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.activemq</groupId> |
|
<artifactId>artemis-jms-client</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.activemq</groupId> |
|
<artifactId>activemq-jms-pool</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.activemq</groupId> |
|
<artifactId>artemis-jms-server</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.activemq</groupId> |
|
<artifactId>activemq-pool</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.logging.log4j</groupId> |
|
<artifactId>log4j-api</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.logging.log4j</groupId> |
|
<artifactId>log4j-core</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.httpcomponents</groupId> |
|
<artifactId>httpclient</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.tomcat.embed</groupId> |
|
<artifactId>tomcat-embed-core</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.tomcat.embed</groupId> |
|
<artifactId>tomcat-embed-jasper</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.tomcat.embed</groupId> |
|
<artifactId>tomcat-embed-logging-juli</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.tomcat</groupId> |
|
<artifactId>tomcat-jdbc</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.velocity</groupId> |
|
<artifactId>velocity</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.velocity</groupId> |
|
<artifactId>velocity-tools</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.btm</groupId> |
|
<artifactId>btm</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.groovy</groupId> |
|
<artifactId>groovy</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.groovy</groupId> |
|
<artifactId>groovy-xml</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.groovy</groupId> |
|
<artifactId>groovy-templates</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.crashub</groupId> |
|
<artifactId>crash.shell</artifactId> |
|
<optional>true</optional> |
|
<exclusions> |
|
<exclusion> |
|
<artifactId>groovy-all</artifactId> |
|
<groupId>org.codehaus.groovy</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.eclipse.jetty</groupId> |
|
<artifactId>jetty-util</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.eclipse.jetty</groupId> |
|
<artifactId>jetty-servlets</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.eclipse.jetty</groupId> |
|
<artifactId>jetty-webapp</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.eclipse.jetty.websocket</groupId> |
|
<artifactId>javax-websocket-server-impl</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.flywaydb</groupId> |
|
<artifactId>flyway-core</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.glassfish.jersey.containers</groupId> |
|
<artifactId>jersey-container-servlet-core</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.hibernate</groupId> |
|
<artifactId>hibernate-entitymanager</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.hibernate</groupId> |
|
<artifactId>hibernate-validator</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.hornetq</groupId> |
|
<artifactId>hornetq-jms-server</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.infinispan</groupId> |
|
<artifactId>infinispan-jcache</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.infinispan</groupId> |
|
<artifactId>infinispan-spring4</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.json</groupId> |
|
<artifactId>json</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.jolokia</groupId> |
|
<artifactId>jolokia-core</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.liquibase</groupId> |
|
<artifactId>liquibase-core</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-api</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>jul-to-slf4j</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-context-support</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-jms</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-messaging</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-orm</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-test</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-web</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-webmvc</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.amqp</groupId> |
|
<artifactId>spring-rabbit</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.batch</groupId> |
|
<artifactId>spring-batch-core</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-core</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-spring-service-connector</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.integration</groupId> |
|
<artifactId>spring-integration-core</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.integration</groupId> |
|
<artifactId>spring-integration-jmx</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.security</groupId> |
|
<artifactId>spring-security-config</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.session</groupId> |
|
<artifactId>spring-session</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.social</groupId> |
|
<artifactId>spring-social-facebook</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.social</groupId> |
|
<artifactId>spring-social-linkedin</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.social</groupId> |
|
<artifactId>spring-social-twitter</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.data</groupId> |
|
<artifactId>spring-data-cassandra</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.data</groupId> |
|
<artifactId>spring-data-elasticsearch</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.data</groupId> |
|
<artifactId>spring-data-jpa</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.data</groupId> |
|
<artifactId>spring-data-mongodb</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.data</groupId> |
|
<artifactId>spring-data-redis</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.data</groupId> |
|
<artifactId>spring-data-rest-core</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.data</groupId> |
|
<artifactId>spring-data-rest-webmvc</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.data</groupId> |
|
<artifactId>spring-data-solr</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.hateoas</groupId> |
|
<artifactId>spring-hateoas</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.mobile</groupId> |
|
<artifactId>spring-mobile-device</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.security.oauth</groupId> |
|
<artifactId>spring-security-oauth2</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.security</groupId> |
|
<artifactId>spring-security-web</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.social</groupId> |
|
<artifactId>spring-social-config</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.thymeleaf</groupId> |
|
<artifactId>thymeleaf-spring4</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.thymeleaf.extras</groupId> |
|
<artifactId>thymeleaf-extras-conditionalcomments</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.github.mxab.thymeleaf.extras</groupId> |
|
<artifactId>thymeleaf-extras-data-attribute</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.thymeleaf.extras</groupId> |
|
<artifactId>thymeleaf-extras-springsecurity4</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.yaml</groupId> |
|
<artifactId>snakeyaml</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>redis.clients</groupId> |
|
<artifactId>jedis</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
</dependencies> |
|
<profiles> |
|
<profile> |
|
<id>full</id> |
|
<build> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
<executions> |
|
<execution> |
|
<id>attach-javadocs</id> |
|
<goals> |
|
<goal>jar</goal> |
|
</goals> |
|
<phase>prepare-package</phase> |
|
<configuration> |
|
<includeDependencySources>true</includeDependencySources> |
|
<dependencySourceIncludes> |
|
<dependencySourceInclude>${project.groupId}:*</dependencySourceInclude> |
|
</dependencySourceIncludes> |
|
<attach>false</attach> |
|
<quiet>true</quiet> |
|
<stylesheetfile>${basedir}/src/main/javadoc/spring-javadoc.css</stylesheetfile> |
|
<links> |
|
<link>https://docs.oracle.com/javase/7/docs/api/</link> |
|
<link>https://docs.oracle.com/javaee/7/api/</link> |
|
<link>https://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/</link> |
|
<link>https://docs.spring.io/autorepo/docs/spring-security/${spring-security.version}/apidocs/</link> |
|
<link>https://tomcat.apache.org/tomcat-8.0-doc/api/</link> |
|
<link>https://download.eclipse.org/jetty/stable-9/apidocs/</link> |
|
<link>https://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}/</link> |
|
</links> |
|
</configuration> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-dependency-plugin</artifactId> |
|
<executions> |
|
<execution> |
|
<id>unpack-maven-plugin</id> |
|
<phase>generate-resources</phase> |
|
<goals> |
|
<goal>unpack</goal> |
|
</goals> |
|
<configuration> |
|
<artifactItems> |
|
<artifactItem> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
<version>${project.version}</version> |
|
<classifier>site</classifier> |
|
<type>jar</type> |
|
<outputDirectory> |
|
${project.build.directory}/contents/maven-plugin |
|
</outputDirectory> |
|
<excludes>META-INF/**</excludes> |
|
</artifactItem> |
|
</artifactItems> |
|
</configuration> |
|
</execution> |
|
<execution> |
|
<id>copy-dependencies-effective-pom</id> |
|
<phase>generate-resources</phase> |
|
<goals> |
|
<goal>copy</goal> |
|
</goals> |
|
<configuration> |
|
<artifactItems> |
|
<artifactItem> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-dependencies</artifactId> |
|
<version>${project.version}</version> |
|
<type>effective-pom</type> |
|
<overWrite>true</overWrite> |
|
<outputDirectory>${project.build.directory}/external-resources</outputDirectory> |
|
<destFileName>effective-pom.xml</destFileName> |
|
</artifactItem> |
|
</artifactItems> |
|
</configuration> |
|
</execution> |
|
<execution> |
|
<id>unpack-spring-factories</id> |
|
<phase>generate-resources</phase> |
|
<goals> |
|
<goal>unpack</goal> |
|
</goals> |
|
<configuration> |
|
<artifactItems> |
|
<artifactItem> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-autoconfigure</artifactId> |
|
<version>${project.version}</version> |
|
<outputDirectory> |
|
${project.build.directory}/auto-config/spring-boot-autoconfigure |
|
</outputDirectory> |
|
<includes>META-INF/spring.factories</includes> |
|
</artifactItem> |
|
<artifactItem> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-actuator</artifactId> |
|
<version>${project.version}</version> |
|
<outputDirectory> |
|
${project.build.directory}/auto-config/spring-boot-actuator |
|
</outputDirectory> |
|
<includes>META-INF/spring.factories</includes> |
|
</artifactItem> |
|
</artifactItems> |
|
</configuration> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.codehaus.mojo</groupId> |
|
<artifactId>xml-maven-plugin</artifactId> |
|
<version>1.0</version> |
|
<executions> |
|
<execution> |
|
<goals> |
|
<goal>transform</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
<configuration> |
|
<transformationSets> |
|
<transformationSet> |
|
<dir>${project.build.directory}/external-resources</dir> |
|
<stylesheet>src/main/xslt/dependencyVersions.xsl</stylesheet> |
|
<fileMappers> |
|
<fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper"> |
|
<targetExtension>.adoc</targetExtension> |
|
</fileMapper> |
|
</fileMappers> |
|
<outputDir>${project.build.directory}/generated-resources</outputDir> |
|
</transformationSet> |
|
</transformationSets> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.codehaus.gmavenplus</groupId> |
|
<artifactId>gmavenplus-plugin</artifactId> |
|
<executions> |
|
<execution> |
|
<goals> |
|
<goal>execute</goal> |
|
</goals> |
|
<phase>generate-resources</phase> |
|
</execution> |
|
</executions> |
|
<configuration> |
|
<scripts> |
|
<script>file:///${project.basedir}/src/main/groovy/generateAutoConfigurationClassTables.groovy</script> |
|
</scripts> |
|
</configuration> |
|
<dependencies> |
|
<dependency> |
|
<groupId>org.codehaus.groovy</groupId> |
|
<artifactId>groovy-all</artifactId> |
|
<version>${groovy.version}</version> |
|
</dependency> |
|
</dependencies> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.asciidoctor</groupId> |
|
<artifactId>asciidoctor-maven-plugin</artifactId> |
|
<version>1.5.0</version> |
|
<executions> |
|
<execution> |
|
<id>generate-docbook</id> |
|
<phase>generate-resources</phase> |
|
<goals> |
|
<goal>process-asciidoc</goal> |
|
</goals> |
|
<configuration> |
|
<sourceDocumentName>index.adoc</sourceDocumentName> |
|
<backend>docbook5</backend> |
|
<doctype>book</doctype> |
|
<attributes> |
|
<docinfo>true</docinfo> |
|
<spring-version>${spring.version}</spring-version> |
|
<spring-boot-version>${project.version}</spring-boot-version> |
|
<spring-boot-docs-version>${project.version}</spring-boot-docs-version> |
|
<spring-boot-repo>${spring-boot-repo}</spring-boot-repo> |
|
<spring-docs-version>${spring.version}</spring-docs-version> |
|
<spring-security-docs-version>${spring-security.version}</spring-security-docs-version> |
|
<github-tag>${github-tag}</github-tag> |
|
</attributes> |
|
</configuration> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>com.agilejava.docbkx</groupId> |
|
<artifactId>docbkx-maven-plugin</artifactId> |
|
<version>2.0.15</version> |
|
<configuration> |
|
<sourceDirectory>${basedir}/target/generated-docs</sourceDirectory> |
|
<includes>index.xml</includes> |
|
<xincludeSupported>true</xincludeSupported> |
|
<chunkedOutput>false</chunkedOutput> |
|
<foCustomization>${basedir}/src/main/docbook/xsl/pdf.xsl</foCustomization> |
|
<useExtensions>1</useExtensions> |
|
<highlightSource>1</highlightSource> |
|
<highlightXslthlConfig>${basedir}/src/main/docbook/xsl/xslthl-config.xml</highlightXslthlConfig> |
|
</configuration> |
|
<dependencies> |
|
<dependency> |
|
<groupId>net.sf.xslthl</groupId> |
|
<artifactId>xslthl</artifactId> |
|
<version>2.1.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>net.sf.docbook</groupId> |
|
<artifactId>docbook-xml</artifactId> |
|
<version>5.0-all</version> |
|
<classifier>resources</classifier> |
|
<type>zip</type> |
|
<scope>runtime</scope> |
|
</dependency> |
|
</dependencies> |
|
<executions> |
|
<execution> |
|
<id>html-single</id> |
|
<goals> |
|
<goal>generate-html</goal> |
|
</goals> |
|
<phase>generate-resources</phase> |
|
<configuration> |
|
<htmlCustomization>${basedir}/src/main/docbook/xsl/html-singlepage.xsl</htmlCustomization> |
|
<targetDirectory>${basedir}/target/docbook/htmlsingle</targetDirectory> |
|
<postProcess> |
|
<copy todir="${basedir}/target/contents/reference/htmlsingle"> |
|
<fileset dir="${basedir}/target/docbook/htmlsingle"> |
|
<include name="**/*.html" /> |
|
</fileset> |
|
</copy> |
|
<copy todir="${basedir}/target/contents/reference/htmlsingle"> |
|
<fileset dir="${basedir}/src/main/docbook"> |
|
<include name="**/*.css" /> |
|
<include name="**/*.png" /> |
|
<include name="**/*.gif" /> |
|
<include name="**/*.jpg" /> |
|
</fileset> |
|
</copy> |
|
</postProcess> |
|
</configuration> |
|
</execution> |
|
<execution> |
|
<id>html</id> |
|
<goals> |
|
<goal>generate-html</goal> |
|
</goals> |
|
<phase>generate-resources</phase> |
|
<configuration> |
|
<htmlCustomization>${basedir}/src/main/docbook/xsl/html-multipage.xsl</htmlCustomization> |
|
<targetDirectory>${basedir}/target/docbook/html</targetDirectory> |
|
<chunkedOutput>true</chunkedOutput> |
|
<postProcess> |
|
<copy todir="${basedir}/target/contents/reference/html"> |
|
<fileset dir="${basedir}/target/docbook/html"> |
|
<include name="**/*.html" /> |
|
</fileset> |
|
</copy> |
|
<copy todir="${basedir}/target/contents/reference/html"> |
|
<fileset dir="${basedir}/src/main/docbook"> |
|
<include name="**/*.css" /> |
|
<include name="**/*.png" /> |
|
<include name="**/*.gif" /> |
|
<include name="**/*.jpg" /> |
|
</fileset> |
|
</copy> |
|
</postProcess> |
|
</configuration> |
|
</execution> |
|
<execution> |
|
<id>pdf</id> |
|
<goals> |
|
<goal>generate-pdf</goal> |
|
</goals> |
|
<phase>generate-resources</phase> |
|
<configuration> |
|
<foCustomization>${basedir}/src/main/docbook/xsl/pdf.xsl</foCustomization> |
|
<targetDirectory>${basedir}/target/docbook/pdf</targetDirectory> |
|
<postProcess> |
|
<copy todir="${basedir}/target/contents/reference"> |
|
<fileset dir="${basedir}/target/docbook"> |
|
<include name="**/*.pdf" /> |
|
</fileset> |
|
</copy> |
|
<move file="${basedir}/target/contents/reference/pdf/index.pdf" tofile="${basedir}/target/contents/reference/pdf/spring-boot-reference.pdf" /> |
|
</postProcess> |
|
</configuration> |
|
</execution> |
|
<execution> |
|
<id>epub</id> |
|
<goals> |
|
<goal>generate-epub3</goal> |
|
</goals> |
|
<phase>generate-resources</phase> |
|
<configuration> |
|
<epubCustomization>${basedir}/src/main/docbook/xsl/epub.xsl</epubCustomization> |
|
<targetDirectory>${basedir}/target/docbook/epub</targetDirectory> |
|
<postProcess> |
|
<copy todir="${basedir}/target/contents/reference/epub"> |
|
<fileset dir="${basedir}/target/docbook"> |
|
<include name="**/*.epub" /> |
|
</fileset> |
|
</copy> |
|
<move file="${basedir}/target/contents/reference/epub/index.epub" tofile="${basedir}/target/contents/reference/epub/spring-boot-reference.epub" /> |
|
</postProcess> |
|
</configuration> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-antrun-plugin</artifactId> |
|
<dependencies> |
|
<dependency> |
|
<groupId>ant-contrib</groupId> |
|
<artifactId>ant-contrib</artifactId> |
|
<version>1.0b3</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>ant</groupId> |
|
<artifactId>ant</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.ant</groupId> |
|
<artifactId>ant-nodeps</artifactId> |
|
<version>1.8.1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.tigris.antelope</groupId> |
|
<artifactId>antelopetasks</artifactId> |
|
<version>3.2.10</version> |
|
</dependency> |
|
</dependencies> |
|
<executions> |
|
<execution> |
|
<id>package-and-attach-docs-zip</id> |
|
<phase>package</phase> |
|
<goals> |
|
<goal>run</goal> |
|
</goals> |
|
<configuration> |
|
<target> |
|
<zip destfile="${project.build.directory}/${project.artifactId}-${project.version}.zip"> |
|
<zipfileset src="${project.build.directory}/${project.artifactId}-${project.version}-javadoc.jar" prefix="api" /> |
|
<fileset dir="${project.build.directory}/contents" /> |
|
</zip> |
|
</target> |
|
</configuration> |
|
</execution> |
|
<execution> |
|
<id>setup-maven-properties</id> |
|
<phase>validate</phase> |
|
<goals> |
|
<goal>run</goal> |
|
</goals> |
|
<configuration> |
|
<exportAntProperties>true</exportAntProperties> |
|
<target> |
|
<taskdef resource="net/sf/antcontrib/antcontrib.properties" /> |
|
<taskdef name="stringutil" classname="ise.antelope.tasks.StringUtilTask" /> |
|
<var name="version-type" value="${project.version}" /> |
|
<propertyregex property="version-type" override="true" input="${version-type}" regexp=".*\.(.*)" replace="\1" /> |
|
<propertyregex property="version-type" override="true" input="${version-type}" regexp="(M)\d+" replace="MILESTONE" /> |
|
<propertyregex property="version-type" override="true" input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" /> |
|
<propertyregex property="version-type" override="true" input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" /> |
|
<stringutil string="${version-type}" property="spring-boot-repo"> |
|
<lowercase /> |
|
</stringutil> |
|
<var name="github-tag" value="v${project.version}" /> |
|
<propertyregex property="github-tag" override="true" input="${github-tag}" regexp=".*SNAPSHOT" replace="master" /> |
|
</target> |
|
</configuration> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.codehaus.mojo</groupId> |
|
<artifactId>build-helper-maven-plugin</artifactId> |
|
<executions> |
|
<execution> |
|
<id>attach-zip</id> |
|
<goals> |
|
<goal>attach-artifact</goal> |
|
</goals> |
|
<configuration> |
|
<artifacts> |
|
<artifact> |
|
<file>${project.build.directory}/${project.artifactId}-${project.version}.zip</file> |
|
<type>zip;zip.type=docs;zip.deployed=false</type> |
|
</artifact> |
|
</artifacts> |
|
</configuration> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
</profile> |
|
</profiles> |
|
</project>
|
|
|