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/lang/trunk@137896 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98a80ec615
commit
89e0635ffc
17
maven.xml
17
maven.xml
|
@ -16,4 +16,21 @@ limitations under the License.
|
|||
<project default="java:jar"
|
||||
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>
|
||||
|
|
Loading…
Reference in New Issue