mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 09:42:29 +00:00
Add dockbook sample (doesn't work yet)
This commit is contained in:
parent
048ee65f4a
commit
1139424b39
25
doc/pom.xml
25
doc/pom.xml
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.acegisecurity</groupId>
|
<groupId>org.acegisecurity</groupId>
|
||||||
<artifactId>acegi-security-parent</artifactId>
|
<artifactId>acegi-security-parent</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>acegi-security-doc</artifactId>
|
<artifactId>acegi-security-doc</artifactId>
|
||||||
|
|
||||||
@ -19,4 +19,27 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>docbook-maven-plugin</artifactId>
|
||||||
|
<version>1.0.0-alpha-2-SNAPSHOT</version>
|
||||||
|
<configuration>
|
||||||
|
<sourceDirectory>${basedir}/docbook</sourceDirectory>
|
||||||
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<phase>site</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>transform</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
-->
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user