Fix jms/scale-down example pom.xml
This commit is contained in:
parent
9aaaf0a523
commit
5fe83ce8d1
|
@ -90,12 +90,16 @@ under the License.
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<clientClass>org.apache.activemq.jms.example.ScaleDownExample</clientClass>
|
<clientClass>org.apache.activemq.jms.example.ScaleDownExample</clientClass>
|
||||||
<systemProperties>
|
<args>
|
||||||
<property>
|
<param>tcp://localhost:61616</param>
|
||||||
<name>exampleConfigDir</name>
|
<param>tcp://localhost:61617</param>
|
||||||
<value>${basedir}/target/classes/activemq</value>
|
</args>
|
||||||
</property>
|
<systemProperties>
|
||||||
</systemProperties>
|
<property>
|
||||||
|
<name>exampleConfigDir</name>
|
||||||
|
<value>${basedir}/target/classes/activemq</value>
|
||||||
|
</property>
|
||||||
|
</systemProperties>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
Loading…
Reference in New Issue