|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
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/maven-v4_0_0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 | <groupId>org.springframework.ws</groupId> |
5 | 6 | <artifactId>spring-ws</artifactId> |
|
360 | 361 | <artifactItem> |
361 | 362 | <groupId>org.apache.ws.commons.axiom</groupId> |
362 | 363 | <artifactId>axiom-api</artifactId> |
363 | | - <version>1.2.7</version> |
| 364 | + <version>1.2.6</version> |
364 | 365 | <outputDirectory>${project.build.directory}/dependency/ws-commons/</outputDirectory> |
365 | 366 | </artifactItem> |
366 | 367 | <artifactItem> |
367 | 368 | <groupId>org.apache.ws.commons.axiom</groupId> |
368 | 369 | <artifactId>axiom-impl</artifactId> |
369 | | - <version>1.2.7</version> |
| 370 | + <version>1.2.6</version> |
370 | 371 | <outputDirectory>${project.build.directory}/dependency/ws-commons/</outputDirectory> |
371 | 372 | </artifactItem> |
372 | 373 | <artifactItem> |
|
598 | 599 | <postProcess> |
599 | 600 | <copy todir="target/site/reference"> |
600 | 601 | <fileset dir="target/docbkx"> |
601 | | - <include name="**/*.html" /> |
602 | | - <include name="**/*.pdf" /> |
| 602 | + <include name="**/*.html"/> |
| 603 | + <include name="**/*.pdf"/> |
603 | 604 | </fileset> |
604 | 605 | </copy> |
605 | 606 | <copy todir="target/site/reference/html"> |
606 | 607 | <fileset dir="src/docbkx/resources"> |
607 | | - <include name="**/*.css" /> |
608 | | - <include name="**/*.png" /> |
609 | | - <include name="**/*.gif" /> |
610 | | - <include name="**/*.jpg" /> |
| 608 | + <include name="**/*.css"/> |
| 609 | + <include name="**/*.png"/> |
| 610 | + <include name="**/*.gif"/> |
| 611 | + <include name="**/*.jpg"/> |
611 | 612 | </fileset> |
612 | 613 | </copy> |
613 | | - <move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" /> |
| 614 | + <move file="target/site/reference/pdf/index.pdf" |
| 615 | + tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/> |
614 | 616 | </postProcess> |
615 | 617 | </configuration> |
616 | 618 | </plugin> |
|
0 commit comments