Skip to content

Commit a5a6e9c

Browse files
author
David Eric Pugh
committed
Updated POM to reference a commons-lang available from ibiblio. Also fixed the inclusion of tests. Tested with Maven b8.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140353 13f79535-47bb-0310-9956-ffa450edef68
1 parent 63621af commit a5a6e9c

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

project.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@
9898

9999
<dependency>
100100
<id>commons-lang</id>
101-
<version>1.1</version>
101+
<version>1.1-dev.20021217.062015</version>
102102
</dependency>
103103
</dependencies>
104104

105-
106-
105+
106+
107107
<build>
108108

109109
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
@@ -115,16 +115,14 @@
115115
<!-- Unit test classes -->
116116
<unitTest>
117117
<includes>
118-
<include>**/Test*.java</include>
118+
<include>**/*Test*</include>
119119
</includes>
120120
<excludes>
121-
<exclude>**/compress/**/Test*.java</exclude>
121+
<exclude>**/compress/**/*Test*</exclude>
122122
</excludes>
123123
</unitTest>
124124

125-
126-
<!-- Integration unit test classes -->
127-
<integrationUnitTestPatterns></integrationUnitTestPatterns>
125+
128126

129127
<!-- J A R R E S O U R C E S -->
130128
<!-- Resources that are packaged up inside the JAR file -->

0 commit comments

Comments
 (0)