Fix jms/scale-down example pom.xml

This commit is contained in:
Howard Gao 2015-03-11 11:26:04 +08:00
parent 9aaaf0a523
commit 5fe83ce8d1
1 changed files with 10 additions and 6 deletions

View File

@ -90,12 +90,16 @@ under the License.
</goals>
<configuration>
<clientClass>org.apache.activemq.jms.example.ScaleDownExample</clientClass>
<systemProperties>
<property>
<name>exampleConfigDir</name>
<value>${basedir}/target/classes/activemq</value>
</property>
</systemProperties>
<args>
<param>tcp://localhost:61616</param>
<param>tcp://localhost:61617</param>
</args>
<systemProperties>
<property>
<name>exampleConfigDir</name>
<value>${basedir}/target/classes/activemq</value>
</property>
</systemProperties>
</configuration>
</execution>
<execution>