Title: [981] trunk/assembly/maven.xml: Added process that will copy the generated apidocs of core module in the distribution.
- Revision
- 981
- Author
- foconer
- Date
- 2005-11-30 22:13:32 -0500 (Wed, 30 Nov 2005)
Log Message
Added process that will copy the generated apidocs of core module in the distribution.
Modified Paths
Diff
Modified: trunk/assembly/maven.xml (980 => 981)
--- trunk/assembly/maven.xml 2005-12-01 03:09:36 UTC (rev 980)
+++ trunk/assembly/maven.xml 2005-12-01 03:13:32 UTC (rev 981)
@@ -171,15 +171,14 @@
</ant:copy>
<!-- Copy documentation -->
- <!--
- <j:set var="docsDest" value="${maven.docs.dest}"/>
- <ant:copy todir="${maven.dist.bin.assembly.dir}/docs">
+
+ <j:set var="docsDest" value="${project.root}/core/target/docs"/>
+ <ant:copy todir="${maven.dist.bin.assembly.dir}">
<ant:fileset dir="${docsDest}">
<ant:include name="**"/>
</ant:fileset>
- </ant:copy>
- -->
-
+ </ant:copy>
+
</goal>
<goal name="confluence">