copy resources just after having create pages (to find them in the linkcheck report)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@386894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-03-18 22:37:45 +00:00
parent 7a21eb1467
commit 236ab1a6b0

View File

@ -16,7 +16,7 @@
*/
-->
<project xmlns:j="jelly:core" xmlns:u="jelly:util" xmlns:x="jelly:xml" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven">
<postGoal name="site">
<postGoal name="xdoc:jelly-transform">
<!-- copy xsd/dtd files to the web site -->
<ant:copy todir="${maven.docs.dest}">
<ant:fileset dir="${basedir}/src/plugin-resources/xsd">