|
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>
|
|
367 | 368 | <version>1.6.1</version>
|
368 | 369 | <outputDirectory>${project.build.directory}/dependency/wsdl4j/</outputDirectory>
|
369 | 370 | </artifactItem>
|
370 |
| - <!-- WS-Security dependencies --> |
| 371 | + <!-- XWSS dependencies --> |
371 | 372 | <artifactItem>
|
372 | 373 | <groupId>com.sun.xml.wss</groupId>
|
373 | 374 | <artifactId>xws-security</artifactId>
|
|
380 | 381 | <version>2.0</version>
|
381 | 382 | <outputDirectory>${project.build.directory}/dependency/xwss/</outputDirectory>
|
382 | 383 | </artifactItem>
|
| 384 | + <!-- WSS4J dependencies --> |
| 385 | + <artifactItem> |
| 386 | + <groupId>org.apache.ws.security</groupId> |
| 387 | + <artifactId>wss4j</artifactId> |
| 388 | + <version>1.5.4</version> |
| 389 | + <outputDirectory>${project.build.directory}/dependency/wss4j/</outputDirectory> |
| 390 | + </artifactItem> |
| 391 | + <artifactItem> |
| 392 | + <groupId>org.apache.santuario</groupId> |
| 393 | + <artifactId>xmlsec</artifactId> |
| 394 | + <version>1.4.0</version> |
| 395 | + <outputDirectory>${project.build.directory}/dependency/wss4j/</outputDirectory> |
| 396 | + </artifactItem> |
| 397 | + <artifactItem> |
| 398 | + <groupId>bouncycastle</groupId> |
| 399 | + <artifactId>bcprov-jdk13</artifactId> |
| 400 | + <version>132</version> |
| 401 | + <outputDirectory>${project.build.directory}/dependency/wss4j/</outputDirectory> |
| 402 | + </artifactItem> |
| 403 | + <artifactItem> |
| 404 | + <groupId>opensaml</groupId> |
| 405 | + <artifactId>opensaml</artifactId> |
| 406 | + <version>1.1</version> |
| 407 | + <outputDirectory>${project.build.directory}/dependency/wss4j/</outputDirectory> |
| 408 | + </artifactItem> |
383 | 409 | <!--Acegi-->
|
384 | 410 | <artifactItem>
|
385 | 411 | <groupId>org.acegisecurity</groupId>
|
|
556 | 582 | <postProcess>
|
557 | 583 | <copy todir="target/site/reference">
|
558 | 584 | <fileset dir="target/docbkx">
|
559 |
| - <include name="**/*.html" /> |
560 |
| - <include name="**/*.pdf" /> |
| 585 | + <include name="**/*.html"/> |
| 586 | + <include name="**/*.pdf"/> |
561 | 587 | </fileset>
|
562 | 588 | </copy>
|
563 | 589 | <copy todir="target/site/reference/html">
|
564 | 590 | <fileset dir="src/docbkx/resources">
|
565 |
| - <include name="**/*.css" /> |
566 |
| - <include name="**/*.png" /> |
567 |
| - <include name="**/*.gif" /> |
568 |
| - <include name="**/*.jpg" /> |
| 591 | + <include name="**/*.css"/> |
| 592 | + <include name="**/*.png"/> |
| 593 | + <include name="**/*.gif"/> |
| 594 | + <include name="**/*.jpg"/> |
569 | 595 | </fileset>
|
570 | 596 | </copy>
|
571 |
| - <move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" /> |
| 597 | + <move file="target/site/reference/pdf/index.pdf" |
| 598 | + tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/> |
572 | 599 | </postProcess>
|
573 | 600 | </configuration>
|
574 | 601 | </plugin>
|
|
0 commit comments