Skip to content

Commit 4be930c

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/math/trunk@141429 13f79535-47bb-0310-9956-ffa450edef68
1 parent e5be33e commit 4be930c

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

maven.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,27 @@
1515
-->
1616
<project xmlns:deploy="deploy" default="jar:jar" >
1717

18-
<goal name="cut-math-release">
19-
<attainGoal name="convert-snapshots" />
20-
<attainGoal name="dist" />
21-
</goal>
22-
23-
<!-- [Commons-Build] Required: Look and Feel for distributions -->
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+
<!-- ================================================================== -->
2423
<postGoal name="xdoc:copy-resources">
25-
<copy todir="${basedir}/target/docs/style/">
24+
<copy todir="${basedir}/target/docs/style/" failonerror="false">
2625
<fileset dir="${basedir}/../commons-build/xdocs/style">
2726
<include name='**/*'/>
2827
<exclude name='**/CVS/**'/>
2928
</fileset>
3029
</copy>
3130
</postGoal>
31+
<!-- ================================================================== -->
32+
<!-- END: C O M M O N S - B U I L D -->
33+
<!-- ================================================================== -->
34+
35+
<goal name="cut-math-release">
36+
<attainGoal name="convert-snapshots" />
37+
<attainGoal name="dist" />
38+
</goal>
3239

3340
<preGoal name="dist:build-bin">
3441
<copy todir="${maven.dist.bin.assembly.dir}">

0 commit comments

Comments
 (0)