mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 13:53:29 +00:00
Make dockbook generation work using latest plugin
This commit is contained in:
parent
f7e714b9da
commit
9864ef0a4a
18
doc/pom.xml
18
doc/pom.xml
@ -21,16 +21,16 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<!--
|
|
||||||
There is an unresolved bug in the Maven DocBook support; see http://jira.codehaus.org/browse/MOJO-775 (BPA 23-May-07)
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>docbook-maven-plugin</artifactId>
|
<artifactId>docbook-maven-plugin</artifactId>
|
||||||
<version>1.0.0-alpha-1</version>
|
<version>1.0.0-alpha-2-SNAPSHOT</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<sourceDirectory>${basedir}/docbook</sourceDirectory>
|
<sourceDirectory>${basedir}/docbook</sourceDirectory>
|
||||||
|
<!-- <resourceDirectory>${basedir}/docbook</resourceDirectory> -->
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
@ -43,6 +43,16 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
-->
|
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>codehaus.org</id>
|
||||||
|
<name>Maven Central Development Plugin Repository</name>
|
||||||
|
<url>http://snapshots.repository.codehaus.org</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user