mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
Tidied up docbkx config
This commit is contained in:
parent
c2a091ff0b
commit
cf7bb6cc21
39
pom.xml
39
pom.xml
@ -399,7 +399,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.agilejava.docbkx</groupId>
|
<groupId>com.agilejava.docbkx</groupId>
|
||||||
<artifactId>docbkx-maven-plugin</artifactId>
|
<artifactId>docbkx-maven-plugin</artifactId>
|
||||||
<version>2.0.6</version>
|
<version>2.0.7</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
@ -445,46 +445,9 @@
|
|||||||
<include name="**/*.jpg" />
|
<include name="**/*.jpg" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
|
|
||||||
</postProcess>
|
</postProcess>
|
||||||
</configuration>
|
</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>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user