Author: alexsmirnov
Date: 2007-06-08 19:33:21 -0400 (Fri, 08 Jun 2007)
New Revision: 1109
Modified:
trunk/docs/userguide/en/pom.xml
trunk/docs/userguide/pom.xml
Log:
Properly documentation build in a Maven environment
Modified: trunk/docs/userguide/en/pom.xml
===================================================================
--- trunk/docs/userguide/en/pom.xml 2007-06-08 15:38:28 UTC (rev 1108)
+++ trunk/docs/userguide/en/pom.xml 2007-06-08 23:33:21 UTC (rev 1109)
@@ -28,8 +28,8 @@
</plugin>
<plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jboss-docbook-plugin</artifactId>
+ <groupId>org.ajax4jsf.docs</groupId>
+ <artifactId>maven-docbook-plugin</artifactId>
</plugin>
</plugins>
</build>
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2007-06-08 15:38:28 UTC (rev 1108)
+++ trunk/docs/userguide/pom.xml 2007-06-08 23:33:21 UTC (rev 1109)
@@ -166,16 +166,28 @@
</plugin>
<plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jboss-docbook-plugin</artifactId>
- <version>1.0</version>
+ <groupId>org.ajax4jsf.docs</groupId>
+ <artifactId>maven-docbook-plugin</artifactId>
+ <version>1.1.2-SNAPSHOT</version>
<executions>
<execution>
- <phase>compile</phase>
+ <id>generate</id>
+ <!--
+ <phase>compile</phase>
+ -->
<goals>
<goal>generate</goal>
</goals>
</execution>
+ <execution>
+ <id>resources</id>
+ <!--
+ <phase>compile</phase>
+ -->
+ <goals>
+ <goal>resources</goal>
+ </goals>
+ </execution>
</executions>
<dependencies>
<dependency>
@@ -214,7 +226,7 @@
</format>
<format>
- <formatName>html</formatName>
+ <formatName>html_single</formatName>
<stylesheetResource>
/${translation}/html.xsl
</stylesheetResource>
Show replies by date