diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-04-21 15:47:51 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-04-21 15:47:51 +0000 |
| commit | e2fb71a18ed1a129ed0470416ca93a7cfa4a72c5 (patch) | |
| tree | 336e59a7d918624db6cc6ac876057dce912251ce /qpid/java | |
| parent | bd5353b5a53b5363ac6e72b986a68c8739b62eaf (diff) | |
| download | qpid-python-e2fb71a18ed1a129ed0470416ca93a7cfa4a72c5.tar.gz | |
QPID-5048: update to use the current antrun-plugin configuration syntax
merge from trunk r1588905
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.28@1588909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index 8e6e19379d..9195ae525c 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -168,7 +168,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> @@ -181,7 +181,7 @@ <echo>[profile.broker.virtualhosts-config] ${profile.broker.virtualhosts-config}</echo> <echo>[profile.broker.persistent] ${profile.broker.persistent}</echo> <echo>[profile.messagestore.class.name] ${profile.messagestore.class.name}</echo> - </tasks> + </target> </configuration> </execution> <execution> |
