Adding postGoal to copy css stylesheets from commons-build when site is generated. Please maintain this modification for consistent look and feel across commons subprojects.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee2a47a0ef
commit
80850c330d
17
maven.xml
17
maven.xml
|
@ -21,6 +21,23 @@
|
|||
xmlns:util="jelly:util"
|
||||
xmlns:ant="jelly:ant">
|
||||
|
||||
<!-- ================================================================== -->
|
||||
<!-- START : C O M M O N S - B U I L D -->
|
||||
<!-- ================================================================== -->
|
||||
<!-- Required: Look and Feel for documentation within distributions -->
|
||||
<!-- ================================================================== -->
|
||||
<postGoal name="xdoc:copy-resources">
|
||||
<copy todir="${basedir}/target/docs/style/" failonerror="false">
|
||||
<fileset dir="${basedir}/../commons-build/xdocs/style">
|
||||
<include name='**/*'/>
|
||||
<exclude name='**/CVS/**'/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</postGoal>
|
||||
<!-- ================================================================== -->
|
||||
<!-- END: C O M M O N S - B U I L D -->
|
||||
<!-- ================================================================== -->
|
||||
|
||||
<postGoal name="clover:on">
|
||||
<j:set var="maven.junit.sysproperties" value="${maven.junit.sysproperties} org.apache.commons.collections:with-clover"/>
|
||||
<j:set var="org.apache.commons.collections:with-clover" value="true"/>
|
||||
|
|
Loading…
Reference in New Issue