diff options
| author | Stephen Vinoski <vinoski@apache.org> | 2006-12-12 04:18:47 +0000 |
|---|---|---|
| committer | Stephen Vinoski <vinoski@apache.org> | 2006-12-12 04:18:47 +0000 |
| commit | a483a2272ddbc96ff2210cb541e9632d98421289 (patch) | |
| tree | 773538a1e4c01a46f40b5eb598178a6d739f94b5 /qpid/java/client/pom.xml | |
| parent | e6515f7f92532b299eab416348ba9c1cb6c21763 (diff) | |
| download | qpid-python-a483a2272ddbc96ff2210cb541e9632d98421289.tar.gz | |
complete client test reorganization
* a couple more directory moves
* remove inclusions and exclusions from surefire config in pom.xml
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@486010 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/pom.xml')
| -rw-r--r-- | qpid/java/client/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qpid/java/client/pom.xml b/qpid/java/client/pom.xml index 2e53b1a965..a280430ece 100644 --- a/qpid/java/client/pom.xml +++ b/qpid/java/client/pom.xml @@ -114,12 +114,6 @@ <value>file:///${basedir}/src/main/java/log4j.properties</value> </property> </systemProperties> - <includes> - <include>**/test/unit/**/*Test.java</include> - </includes> - <excludes> - <exclude>**/JNDIReferenceableTest.java</exclude> - </excludes> </configuration> </plugin> </plugins> |
