When content is generated, the stylesheets are copied out of commons-build instead of being linked to, this allows independent stylesheets to be used in distributions. Maintains look and feel when jakarta site is inaccessable.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark R. Diggory 2004-08-17 13:27:35 +00:00
parent 1cb4160cef
commit 90414be48d
1 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,16 @@
<attainGoal name="dist" />
</goal>
<!-- [Commons-Build] Required: Look and Feel for distributions -->
<postGoal name="xdoc:copy-resources">
<copy todir="${basedir}/target/docs/style/">
<fileset dir="${basedir}/../commons-build/xdocs/style">
<include name='**/*'/>
<exclude name='**/CVS/**'/>
</fileset>
</copy>
</postGoal>
<preGoal name="dist:build-bin">
<copy todir="${maven.dist.bin.assembly.dir}">
<fileset file='${basedir}/NOTICE.txt'/>