diff options
author | Martin Ritchie <ritchiem@apache.org> | 2006-11-22 18:14:41 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2006-11-22 18:14:41 +0000 |
commit | 64cb0a2378fa5badb205b3bc97be8d77331461df (patch) | |
tree | 387400d2f076a11c4a06baf69c45ce5f7ac7c337 /java | |
parent | 6bdf802035ca6fe4fe666b70e911838932ec215d (diff) | |
download | qpid-python-64cb0a2378fa5badb205b3bc97be8d77331461df.tar.gz |
Removed the includes as it wasn't picking up the test cases. The includes from mvn should be ok.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@478270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/broker/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/broker/pom.xml b/java/broker/pom.xml index 26071f3c20..4f23c6c63e 100644 --- a/java/broker/pom.xml +++ b/java/broker/pom.xml @@ -106,9 +106,6 @@ <value>file:///${basedir}/src/main/java/log4j.properties</value> </property> </systemProperties> - <includes> - <include>**/test/**/*Test.java</include> - </includes> </configuration> </plugin> </plugins> |