NO-JIRA Fixing examples

This commit is contained in:
Clebert Suconic 2018-03-14 14:55:37 -04:00
parent 77172dece3
commit 4f1c94898f
2 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ under the License.
<goal>create</goal>
</goals>
<configuration>
<libList><arg>org.apache.activemq.examples.broker:interceptor-client-amqp:${project.version}</arg></libList>
<libList><arg>org.apache.activemq.examples.broker:interceptor-amqp:${project.version}</arg></libList>
<ignore>${noServer}</ignore>
<configuration>${basedir}/target/classes/activemq/server0</configuration>
</configuration>
@ -134,4 +134,4 @@ under the License.
</build>
</profile>
</profiles>
</project>
</project>

View File

@ -65,7 +65,7 @@ under the License.
<goal>create</goal>
</goals>
<configuration>
<libList><arg>org.apache.activemq.examples.broker:interceptor-client-mqtt:${project.version}</arg></libList>
<libList><arg>org.apache.activemq.examples.broker:interceptor-mqtt:${project.version}</arg></libList>
<ignore>${noServer}</ignore>
<configuration>${basedir}/target/classes/activemq/server0</configuration>
</configuration>
@ -133,4 +133,4 @@ under the License.
</build>
</profile>
</profiles>
</project>
</project>