Skip to content

Commit 0f2a360

Browse files
author
John Keyes
committed
- added postGoal to test:test-resources to copy the test resource bundle
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@293110 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4b0bfcf commit 0f2a360

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

maven.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ limitations under the License.
4848
</copy>
4949
</preGoal>
5050

51+
<postGoal name="test:test-resources">
52+
<echo>Moving test bundle.</echo>
53+
<copy file="src/test/org/apache/commons/cli2/resource/TestBundle.properties"
54+
tofile="target/test-classes/org/apache/commons/cli2/resource/TestBundle.properties"/>
55+
</postGoal>
5156

5257
<postGoal name="xdoc:transform">
5358
<attainGoal name="pdf:pdf"/>

0 commit comments

Comments
 (0)