|
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>
|
|
194 | 195 | </artifactItem>
|
195 | 196 | <!-- XML dependencies -->
|
196 | 197 | <artifactItem>
|
197 |
| - <groupId>stax</groupId> |
| 198 | + <groupId>javax.xml.stream</groupId> |
198 | 199 | <artifactId>stax-api</artifactId>
|
199 |
| - <version>1.0.1</version> |
| 200 | + <version>1.0-2</version> |
200 | 201 | <outputDirectory>${project.build.directory}/dependency/stax/</outputDirectory>
|
201 | 202 | </artifactItem>
|
202 | 203 | <artifactItem>
|
|
616 | 617 | <postProcess>
|
617 | 618 | <copy todir="target/site/reference">
|
618 | 619 | <fileset dir="target/docbkx">
|
619 |
| - <include name="**/*.html" /> |
620 |
| - <include name="**/*.pdf" /> |
| 620 | + <include name="**/*.html"/> |
| 621 | + <include name="**/*.pdf"/> |
621 | 622 | </fileset>
|
622 | 623 | </copy>
|
623 | 624 | <copy todir="target/site/reference/html">
|
624 | 625 | <fileset dir="src/docbkx/resources">
|
625 |
| - <include name="**/*.css" /> |
626 |
| - <include name="**/*.png" /> |
627 |
| - <include name="**/*.gif" /> |
628 |
| - <include name="**/*.jpg" /> |
| 626 | + <include name="**/*.css"/> |
| 627 | + <include name="**/*.png"/> |
| 628 | + <include name="**/*.gif"/> |
| 629 | + <include name="**/*.jpg"/> |
629 | 630 | </fileset>
|
630 | 631 | </copy>
|
631 |
| - <move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" /> |
| 632 | + <move file="target/site/reference/pdf/index.pdf" |
| 633 | + tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/> |
632 | 634 | </postProcess>
|
633 | 635 | </configuration>
|
634 | 636 | </plugin>
|
|
0 commit comments