1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Migrated reference docs to maven

This commit is contained in:
Carlos Sanchez
2004-11-13 21:34:26 +00:00
parent ef3cefee53
commit 6c90b9bd4f
3 changed files with 46 additions and 0 deletions
+15
View File
@@ -241,6 +241,21 @@
<version>2.5</version>
<type>plugin</type>
</dependency>
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-sdockbook-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<type>plugin</type>
</dependency>
<!-- docbook -->
<dependency>
<groupId>docbook</groupId>
<artifactId>docbook-xsl</artifactId>
<version>1.66.1</version>
<url>http://docbook.sourceforge.net</url>
<type>zip</type>
</dependency>
</dependencies>
<build>
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>