|
1 |
| -<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <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">
|
3 | 3 |
|
4 | 4 | <!--
|
|
26 | 26 | <parent>
|
27 | 27 | <groupId>org.springframework.data.build</groupId>
|
28 | 28 | <artifactId>spring-data-build</artifactId>
|
29 |
| - <version>1.7.4.BUILD-SNAPSHOT</version> |
| 29 | + <version>1.7.4.RELEASE</version> |
30 | 30 | <relativePath>../pom.xml</relativePath>
|
31 | 31 | </parent>
|
32 | 32 |
|
|
230 | 230 | <target>
|
231 | 231 | <copy todir="${project.root}/target/site/reference/html">
|
232 | 232 | <fileset dir="${shared.resources}/asciidoc" erroronmissingdir="false">
|
233 |
| - <include name="**/*.css"/> |
| 233 | + <include name="**/*.css" /> |
234 | 234 | </fileset>
|
235 |
| - <flattenmapper/> |
| 235 | + <flattenmapper /> |
236 | 236 | </copy>
|
237 | 237 | <copy todir="${project.root}/target/site/reference/html/images">
|
238 | 238 | <fileset dir="${basedir}/src/main/asciidoc" erroronmissingdir="false">
|
239 |
| - <include name="**/*.png"/> |
240 |
| - <include name="**/*.gif"/> |
241 |
| - <include name="**/*.jpg"/> |
| 239 | + <include name="**/*.png" /> |
| 240 | + <include name="**/*.gif" /> |
| 241 | + <include name="**/*.jpg" /> |
242 | 242 | </fileset>
|
243 |
| - <flattenmapper/> |
| 243 | + <flattenmapper /> |
244 | 244 | </copy>
|
245 | 245 | </target>
|
246 | 246 | </configuration>
|
|
256 | 256 | <target>
|
257 | 257 | <copy todir="${project.build.directory}/schemas">
|
258 | 258 | <fileset dir="${basedir}" erroronmissingdir="false">
|
259 |
| - <include name="**/src/main/resources/**/config/spring-*.xsd"/> |
| 259 | + <include name="**/src/main/resources/**/config/spring-*.xsd" /> |
260 | 260 | </fileset>
|
261 |
| - <flattenmapper/> |
| 261 | + <flattenmapper /> |
262 | 262 | </copy>
|
263 | 263 | </target>
|
264 | 264 | </configuration>
|
|
272 | 272 | <phase>process-resources</phase>
|
273 | 273 | <configuration>
|
274 | 274 | <target>
|
275 |
| - <copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/> |
276 |
| - <copy failonerror="false" file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/> |
| 275 | + <copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf" /> |
| 276 | + <copy failonerror="false" file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub" /> |
277 | 277 | </target>
|
278 | 278 | </configuration>
|
279 | 279 | <goals>
|
|
0 commit comments