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.
361 lines
10 KiB
361 lines
10 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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
<modelVersion>4.0.0</modelVersion> |
|
<parent> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-dependencies</artifactId> |
|
<version>0.5.0.M2</version> |
|
<relativePath>../spring-boot-dependencies</relativePath> |
|
</parent> |
|
<artifactId>spring-boot-parent</artifactId> |
|
<packaging>pom</packaging> |
|
<properties> |
|
<java.version>1.6</java.version> |
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
<maven.version>3.0.5</maven.version> |
|
<spring-snapshot-build-profile-active>false</spring-snapshot-build-profile-active> |
|
</properties> |
|
<developers> |
|
<developer> |
|
<id>spring</id> |
|
<name>SpringSource</name> |
|
<url>http://www.springsource.org</url> |
|
</developer> |
|
</developers> |
|
<prerequisites> |
|
<maven>3.0.0</maven> |
|
</prerequisites> |
|
<scm> |
|
<url>http://github.com/SpringSource/spring-boot</url> |
|
<connection>scm:git:git://github.com/SpringSource/spring-boot.git</connection> |
|
<developerConnection>scm:git:ssh://git@github.com/SpringSource/spring-boot.git</developerConnection> |
|
</scm> |
|
<dependencyManagement> |
|
<dependencies> |
|
<!-- Additional Dependencies the consumers of spring-boot-dependencies |
|
will generally not need --> |
|
<dependency> |
|
<groupId>net.sf.jopt-simple</groupId> |
|
<artifactId>jopt-simple</artifactId> |
|
<version>4.5</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.ivy</groupId> |
|
<artifactId>ivy</artifactId> |
|
<version>2.3.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-archiver</artifactId> |
|
<version>2.5</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-artifact</artifactId> |
|
<version>${maven.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-core</artifactId> |
|
<version>${maven.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-model</artifactId> |
|
<version>${maven.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-plugin-api</artifactId> |
|
<version>${maven.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-settings</artifactId> |
|
<version>${maven.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-shade-plugin</artifactId> |
|
<version>2.1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven.plugin-tools</groupId> |
|
<artifactId>maven-plugin-annotations</artifactId> |
|
<version>3.2</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.groovy</groupId> |
|
<artifactId>groovy</artifactId> |
|
<version>${groovy.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.groovy</groupId> |
|
<artifactId>groovy-all</artifactId> |
|
<version>${groovy.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.groovy</groupId> |
|
<artifactId>groovy-templates</artifactId> |
|
<version>${groovy.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.plexus</groupId> |
|
<artifactId>plexus-archiver</artifactId> |
|
<version>2.4.1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.plexus</groupId> |
|
<artifactId>plexus-utils</artifactId> |
|
<version>3.0.10</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.gradle</groupId> |
|
<artifactId>gradle-core</artifactId> |
|
<version>${gradle.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.gradle</groupId> |
|
<artifactId>gradle-base-services</artifactId> |
|
<version>${gradle.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.gradle</groupId> |
|
<artifactId>gradle-base-services-groovy</artifactId> |
|
<version>${gradle.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.gradle</groupId> |
|
<artifactId>gradle-plugins</artifactId> |
|
<version>${gradle.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.ow2.asm</groupId> |
|
<artifactId>asm</artifactId> |
|
<version>4.1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.zeroturnaround</groupId> |
|
<artifactId>zt-zip</artifactId> |
|
<version>1.6</version> |
|
</dependency> |
|
</dependencies> |
|
</dependencyManagement> |
|
<dependencies> |
|
<!-- Generally Useful Test Dependencies --> |
|
<dependency> |
|
<groupId>junit</groupId> |
|
<artifactId>junit</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.mockito</groupId> |
|
<artifactId>mockito-core</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.hamcrest</groupId> |
|
<artifactId>hamcrest-library</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-test</artifactId> |
|
<scope>test</scope> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>commons-logging</groupId> |
|
<artifactId>commons-logging</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
</dependencies> |
|
<repositories> |
|
<repository> |
|
<id>spring-ext</id> |
|
<url>http://repo.springsource.org/ext-release-local/</url> |
|
<releases> |
|
<enabled>true</enabled> |
|
</releases> |
|
<snapshots> |
|
<enabled>false</enabled> |
|
</snapshots> |
|
</repository> |
|
<repository> |
|
<id>gradle</id> |
|
<url>http://repo.gradle.org/gradle/libs-releases-local</url> |
|
<releases> |
|
<enabled>true</enabled> |
|
</releases> |
|
<snapshots> |
|
<enabled>false</enabled> |
|
</snapshots> |
|
</repository> |
|
</repositories> |
|
<build> |
|
<pluginManagement> |
|
<plugins> |
|
<plugin> |
|
<artifactId>maven-invoker-plugin</artifactId> |
|
<version>1.8</version> |
|
</plugin> |
|
<plugin> |
|
<artifactId>maven-plugin-plugin</artifactId> |
|
<version>3.2</version> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.codehaus.mojo</groupId> |
|
<artifactId>sonar-maven-plugin</artifactId> |
|
<version>2.0</version> |
|
</plugin> |
|
</plugins> |
|
</pluginManagement> |
|
<plugins> |
|
<plugin> |
|
<artifactId>maven-compiler-plugin</artifactId> |
|
<configuration> |
|
<source>${java.version}</source> |
|
<target>${java.version}</target> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<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> |
|
<plugin> |
|
<artifactId>maven-jar-plugin</artifactId> |
|
<configuration> |
|
<archive> |
|
<manifest> |
|
<addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
|
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> |
|
</manifest> |
|
</archive> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
<executions> |
|
<execution> |
|
<id>attach-javadocs</id> |
|
<goals> |
|
<goal>jar</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<artifactId>maven-source-plugin</artifactId> |
|
<executions> |
|
<execution> |
|
<id>attach-sources</id> |
|
<goals> |
|
<goal>jar-no-fork</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<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> |
|
</systemPropertyVariables> |
|
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<artifactId>maven-war-plugin</artifactId> |
|
<configuration> |
|
<failOnMissingWebXml>false</failOnMissingWebXml> |
|
</configuration> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
<profiles> |
|
<profile> |
|
<!-- Allow snapshots and milestones when building locally, this profile |
|
should not be enabled during release. --> |
|
<id>spring-snapshot-build</id> |
|
<activation> |
|
<!-- FIXME disable this during release --> |
|
<activeByDefault>true</activeByDefault> |
|
</activation> |
|
<properties> |
|
<spring-snapshot-build-profile-active>true</spring-snapshot-build-profile-active> |
|
</properties> |
|
<repositories> |
|
<repository> |
|
<id>spring-milestones</id> |
|
<name>Spring Milestones</name> |
|
<url>http://maven.springframework.org/milestone</url> |
|
<snapshots> |
|
<enabled>false</enabled> |
|
</snapshots> |
|
</repository> |
|
<repository> |
|
<id>spring-snapshots</id> |
|
<name>Spring Snapshots</name> |
|
<url>http://maven.springframework.org/snapshot</url> |
|
<snapshots> |
|
<enabled>true</enabled> |
|
</snapshots> |
|
</repository> |
|
</repositories> |
|
<pluginRepositories> |
|
<pluginRepository> |
|
<id>spring-milestones</id> |
|
<name>Spring Milestones</name> |
|
<url>http://maven.springframework.org/milestone</url> |
|
<snapshots> |
|
<enabled>false</enabled> |
|
</snapshots> |
|
</pluginRepository> |
|
<pluginRepository> |
|
<id>spring-snapshots</id> |
|
<name>Spring Snapshots</name> |
|
<url>http://maven.springframework.org/snapshot</url> |
|
<snapshots> |
|
<enabled>true</enabled> |
|
</snapshots> |
|
</pluginRepository> |
|
</pluginRepositories> |
|
</profile> |
|
<profile> |
|
<id>jdk8</id> |
|
<activation> |
|
<jdk>1.8</jdk> |
|
</activation> |
|
<build> |
|
<plugins> |
|
<plugin> |
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
<configuration> |
|
<additionalparam>-Xdoclint:none -quiet</additionalparam> |
|
</configuration> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
</profile> |
|
</profiles> |
|
</project>
|
|
|