Skip to content

Commit 31ce6a5

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/codec/trunk@130411 13f79535-47bb-0310-9956-ffa450edef68
1 parent 63ff02e commit 31ce6a5

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
@@ -15,6 +15,23 @@ limitations under the License.
1515
-->
1616
<project default="java:jar">
1717

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

2037
<copy todir="${maven.build.dir}/${maven.final.name}/bin/${maven.final.name}">

0 commit comments

Comments
 (0)