cleaning up some bad maven configuration. A <resource> tag is needed between the resources and includes to work. As it no longer works, I have removed the sections as they appear to not need them (copy and paste from original poms in commons). Also removed empty jar tags and integrationTest tags

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131806 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2004-07-13 12:46:02 +00:00
parent 2c48c7ff06
commit 19db8dd201
1 changed files with 0 additions and 10 deletions

View File

@ -321,16 +321,6 @@
<include>org/apache/commons/collections/TestAllPackages.java</include> <include>org/apache/commons/collections/TestAllPackages.java</include>
</includes> </includes>
</unitTest> </unitTest>
<!-- Integration unit test classes -->
<integrationUnitTestPatterns></integrationUnitTestPatterns>
<resources>
<includes>
<include>**/*.properties</include>
</includes>
</resources>
<jars/>
</build> </build>
<reports> <reports>