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/logging/trunk@139049 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
17
maven.xml
17
maven.xml
@@ -19,4 +19,21 @@
|
|||||||
<project default="java:jar"
|
<project default="java:jar"
|
||||||
xmlns:j="jelly:core">
|
xmlns:j="jelly:core">
|
||||||
|
|
||||||
|
<!-- ================================================================== -->
|
||||||
|
<!-- 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 -->
|
||||||
|
<!-- ================================================================== -->
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user