1
0
mirror of synced 2026-08-07 02:38:47 +00:00

Maven 2 polishing.

This commit is contained in:
Ben Alex
2007-05-23 04:20:54 +00:00
parent acb9e427df
commit f7e714b9da
22 changed files with 126 additions and 82 deletions
+7 -4
View File
@@ -6,9 +6,11 @@
<parent>
<groupId>org.acegisecurity</groupId>
<artifactId>acegi-security-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>acegi-security-doc</artifactId>
<name>Acegi Security System for Spring - Documentation</name>
<packaging>pom</packaging>
<!-- repeated here to avoid appending the artifactId -->
<scm>
@@ -19,14 +21,14 @@
<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>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>docbook-maven-plugin</artifactId>
<version>1.0.0-alpha-2-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
<configuration>
<sourceDirectory>${basedir}/docbook</sourceDirectory>
</configuration>
@@ -41,5 +43,6 @@
</plugin>
</plugins>
</build>
-->
-->
</project>