#45 - Completed documentation of build profiles.
Fixed indentation in pom.xml.
This commit is contained in:
@@ -47,7 +47,7 @@ If the client project is a project consisting of a single project only all that
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<version>1.3.0.RELEASE</version>
|
||||
</parent>
|
||||
```
|
||||
|
||||
@@ -85,6 +85,11 @@ As an example have a look at the build of [Spring Data MongoDB](http://github.co
|
||||
|
||||
## Additional build profiles
|
||||
|
||||
- `ci` - Packages the JavaDoc as JAR for distribution (needs to be active on the CI server to make sure we distribute JavaDoc as JAR).
|
||||
- `distribute` - Creates Docbook documentation, assembles the distribution zip, etc.
|
||||
- `milestone` - Configures the binary distribution to upload to the milestone S3 repository.
|
||||
- `release` - Configures the binary distribution to upload to the release S3 repository.
|
||||
- `spring32-next` - Configures the Spring version to be used to be the next 3.2.x snapshot version.
|
||||
- `spring4` - Configures the Spring version to be used to be the latest 4.x release version.
|
||||
- `spring4-next` - Configures the Spring version to be used to be the next 4.x snapshot version.
|
||||
- `querydsl-next` - Configures the Querydsl version to be used to be the next available snapshot version.
|
||||
58
pom.xml
58
pom.xml
@@ -1,27 +1,27 @@
|
||||
<?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>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-build</artifactId>
|
||||
<version>1.3.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-build</artifactId>
|
||||
<version>1.3.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Spring Data Build</name>
|
||||
<description>Modules to centralize common resources and configuration for Spring Data Maven builds.</description>
|
||||
<url>https://github.com/SpringData/spring-data-build</url>
|
||||
|
||||
<organization>
|
||||
<name>Spring Data Build</name>
|
||||
<description>Modules to centralize common resources and configuration for Spring Data Maven builds.</description>
|
||||
<url>https://github.com/SpringData/spring-data-build</url>
|
||||
|
||||
<organization>
|
||||
<name>SpringSource</name>
|
||||
<url>http://www.springsource.org</url>
|
||||
</organization>
|
||||
|
||||
<modules>
|
||||
<module>resources</module>
|
||||
<module>parent</module>
|
||||
</modules>
|
||||
|
||||
<developers>
|
||||
<modules>
|
||||
<module>resources</module>
|
||||
<module>parent</module>
|
||||
</modules>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>ogierke</id>
|
||||
<name>Oliver Gierke</name>
|
||||
@@ -34,8 +34,8 @@
|
||||
<timezone>+1</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
@@ -46,7 +46,7 @@
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
@@ -59,14 +59,14 @@
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/SpringSource/spring-data-build</url>
|
||||
<connection>scm:git:git://github.com/SpringSource/spring-data-build.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com:SpringSource/spring-data-build.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/SpringSource/spring-data-build/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<url>https://github.com/SpringSource/spring-data-build</url>
|
||||
<connection>scm:git:git://github.com/SpringSource/spring-data-build.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com:SpringSource/spring-data-build.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/SpringSource/spring-data-build/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user