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 | c190f7dcc2c0d6cc84956fc8443f60a12d8645e1 (patch) | |
| tree | b9ef3b860d0f7483391146278f9b58e60354c283 /java/broker/pom.xml | |
| parent | 2d2987524e190459d3c6d39ac816b2655deee443 (diff) | |
| download | qpid-python-c190f7dcc2c0d6cc84956fc8443f60a12d8645e1.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/qpid@489215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/pom.xml')
| -rw-r--r-- | java/broker/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/broker/pom.xml b/java/broker/pom.xml index 5f4c490fd4..485fcf896b 100644 --- a/java/broker/pom.xml +++ b/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> |
