NO-JIRA Fixing examples
This commit is contained in:
parent
77172dece3
commit
4f1c94898f
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue