Skip to content

Commit d4cc6f3

Browse files
author
Robert James Oxspring
committed
Ensure uptodate build.xml when creating distributions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@160317 13f79535-47bb-0310-9956-ffa450edef68
1 parent 76a453b commit d4cc6f3

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

maven.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Copyright 2002-2004 The Apache Software Foundation.
3-
3+
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
@@ -20,18 +20,18 @@ limitations under the License.
2020
<!-- ================================================================== -->
2121
<!-- Required: Look and Feel for documentation within distributions -->
2222
<!-- ================================================================== -->
23-
<postGoal name="xdoc:copy-resources">
23+
<postGoal name="xdoc:copy-resources">
2424
<copy todir="${basedir}/target/docs/style/" failonerror="false">
2525
<fileset dir="${basedir}/../commons-build/xdocs/style">
26-
<include name='**/*'/>
27-
<exclude name='**/CVS/**'/>
26+
<include name='**/*'/>
27+
<exclude name='**/CVS/**'/>
2828
</fileset>
2929
</copy>
3030
</postGoal>
3131
<!-- ================================================================== -->
3232
<!-- END: C O M M O N S - B U I L D -->
3333
<!-- ================================================================== -->
34-
34+
3535
<postGoal name="xdoc:transform">
3636
<attainGoal name="pdf:pdf"/>
3737
</postGoal>
@@ -41,4 +41,12 @@ limitations under the License.
4141
<attainGoal name="svg:convert"/>
4242
</preGoal>
4343

44+
<preGoal name="dist:prepare-bin-filesystem">
45+
<attainGoal name="ant:generate-build"/>
46+
</preGoal>
47+
48+
<preGoal name="dist:prepare-src-filesystem">
49+
<attainGoal name="ant:generate-build"/>
50+
</preGoal>
51+
4452
</project>

0 commit comments

Comments
 (0)