summaryrefslogtreecommitdiff
path: root/qpid/java/pom.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-04-21 15:43:20 +0000
committerRobert Gemmell <robbie@apache.org>2014-04-21 15:43:20 +0000
commite6b7f62a577ca0f35765d679c5264f0737e5e3a6 (patch)
treead6c9ee3da6358476047ed01e492642aee345f6c /qpid/java/pom.xml
parente07c77ab223bed4df846e8c8ad7cd6a3e10dea8e (diff)
downloadqpid-python-e6b7f62a577ca0f35765d679c5264f0737e5e3a6.tar.gz
QPID-5048: update to use the current antrun-plugin configuration syntax
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
-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>