Author: robbie
Date: Mon Apr 21 15:43:20 2014
New Revision: 1588905

URL: http://svn.apache.org/r1588905
Log:
QPID-5048: update to use the current antrun-plugin configuration syntax

Modified:
    qpid/trunk/qpid/java/pom.xml

Modified: qpid/trunk/qpid/java/pom.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/pom.xml?rev=1588905&r1=1588904&r2=1588905&view=diff
==============================================================================
--- qpid/trunk/qpid/java/pom.xml (original)
+++ qpid/trunk/qpid/java/pom.xml Mon Apr 21 15:43:20 2014
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to