|
@@ -399,7 +399,7 @@
|
|
|
<plugin>
|
|
|
<groupId>com.agilejava.docbkx</groupId>
|
|
|
<artifactId>docbkx-maven-plugin</artifactId>
|
|
|
- <version>2.0.6</version>
|
|
|
+ <version>2.0.7</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
@@ -445,46 +445,9 @@
|
|
|
<include name="**/*.jpg" />
|
|
|
</fileset>
|
|
|
</copy>
|
|
|
- <move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
|
|
|
</postProcess>
|
|
|
</configuration>
|
|
|
-
|
|
|
-
|
|
|
- <!--
|
|
|
- <configuration>
|
|
|
- <sourceDirectory>${docbook.source}</sourceDirectory>
|
|
|
- <targetDirectory>${docbook.target}</targetDirectory>
|
|
|
- <inputs>springsecurity.xml</inputs>
|
|
|
- <chunkedOutput>false</chunkedOutput>
|
|
|
- <postProcess>
|
|
|
- <copy todir="${docbook.target}/images">
|
|
|
- <fileset dir="${docbook.source}/images">
|
|
|
- <include name="*.png" />
|
|
|
- <include name="*.gif" />
|
|
|
- <include name="*.jpg" />
|
|
|
- </fileset>
|
|
|
- </copy>
|
|
|
- </postProcess>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- <execution>
|
|
|
- <id>build-pdf-doc</id>
|
|
|
- <phase>pre-site</phase>
|
|
|
- <goals>
|
|
|
- <goal>generate-pdf</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <sourceDirectory>${docbook.source}</sourceDirectory>
|
|
|
- <targetDirectory>${docbook.target}</targetDirectory>
|
|
|
- <inputs>springsecurity.xml</inputs>
|
|
|
- <imgSrcPath>${docbook.source}/</imgSrcPath>
|
|
|
- <admonGraphicsPath>${docbook.source}/resources/images/admons/</admonGraphicsPath>
|
|
|
- <foCustomization>${docbook.source}/resources/xsl/spring-security-docbook-fopdf.xsl
|
|
|
- </foCustomization>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
--->
|
|
|
+
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|