|
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 | <!--
|
|
27 | 27 | <parent>
|
28 | 28 | <groupId>org.springframework.data.build</groupId>
|
29 | 29 | <artifactId>spring-data-build</artifactId>
|
30 |
| - <version>1.6.0.BUILD-SNAPSHOT</version> |
| 30 | + <version>1.6.0.M1</version> |
31 | 31 | <relativePath>../pom.xml</relativePath>
|
32 | 32 | </parent>
|
33 | 33 |
|
|
230 | 230 | <postProcess>
|
231 | 231 | <copy todir="${project.build.directory}/site/reference">
|
232 | 232 | <fileset dir="${project.build.directory}/docbkx">
|
233 |
| - <include name="**/*.pdf"/> |
| 233 | + <include name="**/*.pdf" /> |
234 | 234 | </fileset>
|
235 | 235 | </copy>
|
236 |
| - <move file="${project.build.directory}/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${dist.id}-reference.pdf"/> |
| 236 | + <move file="${project.build.directory}/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${dist.id}-reference.pdf" /> |
237 | 237 | </postProcess>
|
238 | 238 | </configuration>
|
239 | 239 | </execution>
|
|
278 | 278 | <target>
|
279 | 279 | <copy todir="${project.root}/target/site/reference/html">
|
280 | 280 | <fileset dir="${shared.resources}/asciidoc" erroronmissingdir="false">
|
281 |
| - <include name="**/*.css"/> |
| 281 | + <include name="**/*.css" /> |
282 | 282 | </fileset>
|
283 |
| - <flattenmapper/> |
| 283 | + <flattenmapper /> |
284 | 284 | </copy>
|
285 | 285 | <copy todir="${project.root}/target/site/reference/html/images">
|
286 | 286 | <fileset dir="${basedir}/src/main/asciidoc" erroronmissingdir="false">
|
287 |
| - <include name="**/*.png"/> |
288 |
| - <include name="**/*.gif"/> |
289 |
| - <include name="**/*.jpg"/> |
| 287 | + <include name="**/*.png" /> |
| 288 | + <include name="**/*.gif" /> |
| 289 | + <include name="**/*.jpg" /> |
290 | 290 | </fileset>
|
291 |
| - <flattenmapper/> |
| 291 | + <flattenmapper /> |
292 | 292 | </copy>
|
293 | 293 | </target>
|
294 | 294 | </configuration>
|
|
304 | 304 | <target>
|
305 | 305 | <copy todir="${shared.resources}/docbkx/images">
|
306 | 306 | <fileset dir="${basedir}/src/docbkx" erroronmissingdir="false">
|
307 |
| - <include name="**/*.jpg"/> |
308 |
| - <include name="**/*.gif"/> |
309 |
| - <include name="**/*.png"/> |
| 307 | + <include name="**/*.jpg" /> |
| 308 | + <include name="**/*.gif" /> |
| 309 | + <include name="**/*.png" /> |
310 | 310 | </fileset>
|
311 |
| - <flattenmapper/> |
| 311 | + <flattenmapper /> |
312 | 312 | </copy>
|
313 | 313 | </target>
|
314 | 314 | </configuration>
|
|
324 | 324 | <target>
|
325 | 325 | <copy todir="${project.build.directory}/schemas">
|
326 | 326 | <fileset dir="${basedir}" erroronmissingdir="false">
|
327 |
| - <include name="**/src/main/resources/**/config/spring-*.xsd"/> |
| 327 | + <include name="**/src/main/resources/**/config/spring-*.xsd" /> |
328 | 328 | </fileset>
|
329 |
| - <flattenmapper/> |
| 329 | + <flattenmapper /> |
330 | 330 | </copy>
|
331 | 331 | </target>
|
332 | 332 | </configuration>
|
|
0 commit comments