Author: veithen
Date: Mon Apr 2 18:04:58 2012
New Revision: 1308448
URL: http://svn.apache.org/viewvc?rev=1308448&view=rev
Log:
Corrected the location of the HTML output for the user and dev guides. Probably
this was broken by an upgrade of the docbkx-maven-plugin.
Modified:
webservices/commons/trunk/modules/axiom/pom.xml
Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=1308448&r1=1308447&r2=1308448&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Mon Apr 2 18:04:58 2012
@@ -337,10 +337,10 @@
<configuration>
<includes>userguide.xml</includes>
<chunkedOutput>true</chunkedOutput>
-
<targetDirectory>target/site/userguide</targetDirectory>
+
<targetDirectory>${project.reporting.outputDirectory}</targetDirectory>
<htmlCustomization>src/docbkx/xsl/html.xsl</htmlCustomization>
<postProcess>
- <copy todir="target/site/userguide/images">
+ <copy
todir="${project.reporting.outputDirectory}/userguide/images">
<fileset dir="src/docbkx/images">
<include name="**/*.jpg" />
<include name="**/*.png" />
@@ -358,10 +358,10 @@
<configuration>
<includes>devguide.xml</includes>
<chunkedOutput>true</chunkedOutput>
-
<targetDirectory>target/site/devguide</targetDirectory>
+
<targetDirectory>${project.reporting.outputDirectory}</targetDirectory>
<htmlCustomization>src/docbkx/xsl/html.xsl</htmlCustomization>
<postProcess>
- <copy todir="target/site/devguide/images">
+ <copy
todir="${project.reporting.outputDirectory}/devguide/images">
<fileset dir="src/docbkx/images">
<include name="**/*.jpg" />
<include name="**/*.png" />