Skip to content

Commit 35ec180

Browse files
committed
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/codec/trunk@130403 13f79535-47bb-0310-9956-ffa450edef68
1 parent 11b381c commit 35ec180

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

project.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,6 @@ limitations under the License.
222222
</resources>
223223
</unitTest>
224224

225-
<!-- Integration unit test classes -->
226-
<integrationUnitTestPatterns></integrationUnitTestPatterns>
227-
228-
<resources>
229-
<includes>
230-
<include>**/*.properties</include>
231-
</includes>
232-
</resources>
233-
<jars/>
234225
</build>
235226

236227
<reports>

0 commit comments

Comments
 (0)