Update maven script to process all the tests

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131157 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-09-17 08:33:14 +00:00
parent c26f01fb1c
commit 8f0c4405c7
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@
<build> <build>
<unitTest> <unitTest>
<includes> <includes>
<include>org/apache/commons/collections/TestAll.java</include> <include>org/apache/commons/collections/TestAllPackages.java</include>
</includes> </includes>
</unitTest> </unitTest>
</build> </build>