jstrachan 4f0f367def Initial version of a plugin which can take HTML and turn it into the xdoc format ready for styling by the xdoc plugin.
This allows developers to use good old HTML (and some WYSIWYG tool) to edit & maintain documentation and get it included in the same site documentation as all the xdoc stuff


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113056 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06 19:15:11 +00:00

13 lines
331 B
XML

<project default="plugin:install">
<!-- copies unit testing stuff: don't know why we need this! -->
<postGoal name="test:compile">
<copy todir="target/test-classes">
<fileset dir="src/test">
<include name="**/*.html"/>
<include name="**/*.xml"/>
</fileset>
</copy>
</postGoal>
</project>