Skip to content

Commit 3d20688

Browse files
committed
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/io/trunk@140599 13f79535-47bb-0310-9956-ffa450edef68
1 parent f0c9d8d commit 3d20688

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

maven.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,23 @@
1717
xmlns:j="jelly:core"
1818
xmlns:ant="jelly:ant">
1919

20+
<!-- ================================================================== -->
21+
<!-- START : C O M M O N S - B U I L D -->
22+
<!-- ================================================================== -->
23+
<!-- Required: Look and Feel for documentation within distributions -->
24+
<!-- ================================================================== -->
25+
<postGoal name="xdoc:copy-resources">
26+
<copy todir="${basedir}/target/docs/style/" failonerror="false">
27+
<fileset dir="${basedir}/../commons-build/xdocs/style">
28+
<include name='**/*'/>
29+
<exclude name='**/CVS/**'/>
30+
</fileset>
31+
</copy>
32+
</postGoal>
33+
<!-- ================================================================== -->
34+
<!-- END: C O M M O N S - B U I L D -->
35+
<!-- ================================================================== -->
36+
2037
<!-- ============== DIST ================== -->
2138
<!-- Copied from Commons-Collections -->
2239
<postGoal name="dist:prepare-bin-filesystem">

0 commit comments

Comments
 (0)