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:
parent
1cb4160cef
commit
90414be48d
10
maven.xml
10
maven.xml
|
@ -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'/>
|
||||
|
|
Loading…
Reference in New Issue