SWS-284
This commit is contained in:
45
pom.xml
45
pom.xml
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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">
|
||||
<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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.ws</groupId>
|
||||
<artifactId>spring-ws</artifactId>
|
||||
@@ -367,7 +368,7 @@
|
||||
<version>1.6.1</version>
|
||||
<outputDirectory>${project.build.directory}/dependency/wsdl4j/</outputDirectory>
|
||||
</artifactItem>
|
||||
<!-- WS-Security dependencies -->
|
||||
<!-- XWSS dependencies -->
|
||||
<artifactItem>
|
||||
<groupId>com.sun.xml.wss</groupId>
|
||||
<artifactId>xws-security</artifactId>
|
||||
@@ -380,6 +381,31 @@
|
||||
<version>2.0</version>
|
||||
<outputDirectory>${project.build.directory}/dependency/xwss/</outputDirectory>
|
||||
</artifactItem>
|
||||
<!-- WSS4J dependencies -->
|
||||
<artifactItem>
|
||||
<groupId>org.apache.ws.security</groupId>
|
||||
<artifactId>wss4j</artifactId>
|
||||
<version>1.5.4</version>
|
||||
<outputDirectory>${project.build.directory}/dependency/wss4j/</outputDirectory>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>org.apache.santuario</groupId>
|
||||
<artifactId>xmlsec</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<outputDirectory>${project.build.directory}/dependency/wss4j/</outputDirectory>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk13</artifactId>
|
||||
<version>132</version>
|
||||
<outputDirectory>${project.build.directory}/dependency/wss4j/</outputDirectory>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>opensaml</groupId>
|
||||
<artifactId>opensaml</artifactId>
|
||||
<version>1.1</version>
|
||||
<outputDirectory>${project.build.directory}/dependency/wss4j/</outputDirectory>
|
||||
</artifactItem>
|
||||
<!--Acegi-->
|
||||
<artifactItem>
|
||||
<groupId>org.acegisecurity</groupId>
|
||||
@@ -556,19 +582,20 @@
|
||||
<postProcess>
|
||||
<copy todir="target/site/reference">
|
||||
<fileset dir="target/docbkx">
|
||||
<include name="**/*.html" />
|
||||
<include name="**/*.pdf" />
|
||||
<include name="**/*.html"/>
|
||||
<include name="**/*.pdf"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="target/site/reference/html">
|
||||
<fileset dir="src/docbkx/resources">
|
||||
<include name="**/*.css" />
|
||||
<include name="**/*.png" />
|
||||
<include name="**/*.gif" />
|
||||
<include name="**/*.jpg" />
|
||||
<include name="**/*.css"/>
|
||||
<include name="**/*.png"/>
|
||||
<include name="**/*.gif"/>
|
||||
<include name="**/*.jpg"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
|
||||
<move file="target/site/reference/pdf/index.pdf"
|
||||
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
|
||||
</postProcess>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user