git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113065 13f79535-47bb-0310-9956-ffa450edef68
11 lines
246 B
XML
11 lines
246 B
XML
<project default="plugin:install">
|
|
|
|
<postGoal name="xdoc:copy-resources">
|
|
<copy todir="${basedir}/target/docs">
|
|
<fileset dir="${basedir}/xdocs">
|
|
<include name="**/*.fml"/>
|
|
</fileset>
|
|
</copy>
|
|
</postGoal>
|
|
</project>
|