summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index c97528b1e2..4d65d254dd 100644
--- a/qpid/java/pom.xml
+++ b/qpid/java/pom.xml
@@ -167,7 +167,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<echo>Qpid Test Profile Properties</echo>
<echo>[profile] ${profile}</echo>
<echo>[profile.broker.language] ${profile.broker.language}</echo>
@@ -179,7 +179,7 @@
<echo>[profile.qpid.broker_default_amqp_protocol_excludes] ${profile.qpid.broker_default_amqp_protocol_excludes}</echo>
<echo>[profile.broker.persistent] ${profile.broker.persistent}</echo>
<echo>[profile.messagestore.type] ${profile.messagestore.type}</echo>
- </tasks>
+ </target>
</configuration>
</execution>
<execution>