Fix jms/scale-down example pom.xml
This commit is contained in:
parent
9aaaf0a523
commit
5fe83ce8d1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue