diff options
| author | Stephen Vinoski <vinoski@apache.org> | 2006-12-20 22:46:12 +0000 |
|---|---|---|
| committer | Stephen Vinoski <vinoski@apache.org> | 2006-12-20 22:46:12 +0000 |
| commit | 9dac34ffd73cdc1428eeb382d4d69c8fc9bc0255 (patch) | |
| tree | a1440b14c7ee5100bce60170fe627c3966695cdf /qpid/java/broker/pom.xml | |
| parent | d2f3f6a386f063368b4ae9d49bee8b0dd54b8360 (diff) | |
| download | qpid-python-9dac34ffd73cdc1428eeb382d4d69c8fc9bc0255.tar.gz | |
add clover support, fix logging level variables
Added support for the clover plugin to the top-level pom, and eliminated
redundant amqj.logging.level variables from module poms.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/pom.xml')
| -rw-r--r-- | qpid/java/broker/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/java/broker/pom.xml b/qpid/java/broker/pom.xml index 5f4c490fd4..485fcf896b 100644 --- a/qpid/java/broker/pom.xml +++ b/qpid/java/broker/pom.xml @@ -34,7 +34,6 @@ <properties> <topDirectoryLocation>..</topDirectoryLocation> - <amqj.logging.level>warn</amqj.logging.level> </properties> <dependencies> @@ -95,7 +94,7 @@ <phase>generate-sources</phase> <configuration> <sourceDirectory>${basedir}/src/main/grammar</sourceDirectory> - <outputDirectory>${basedir}/target/generated</outputDirectory> + <outputDirectory>${basedir}/target/generated-sources</outputDirectory> <packageName>org.apache.qpid.server.filter.jms.selector</packageName> </configuration> <goals> @@ -104,7 +103,6 @@ </execution> </executions> </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> |
