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 | 6a03e9214cf9e896bdc2b077975fdd0f1129ce28 (patch) | |
| tree | 505c82d579520b85d698d38284ffc7b15d95b692 /java/client/pom.xml | |
| parent | a82cf43345ef2654d61cbb0323e284368541cc78 (diff) | |
| download | qpid-python-6a03e9214cf9e896bdc2b077975fdd0f1129ce28.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/qpid@486010 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/pom.xml')
| -rw-r--r-- | java/client/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/java/client/pom.xml b/java/client/pom.xml index 2e53b1a965..a280430ece 100644 --- a/java/client/pom.xml +++ b/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> |
