After building maven-activemq-perf-plugin as described in http://activemq.apache.org/activemq-performance-module-users-manual.html and then changing to the performance folder, the installed plug-in cannot be found by maven. The reason is an outdated groupId section for the plugin configuration.
The groupId needs to have .tooling as postfix. See attached patch file.
Description
After building maven-activemq-perf-plugin as described in http://activemq.apache.org/activemq-performance-module-users-manual.html and then changing to the performance folder, the installed plug-in cannot be found by maven. The reason is an outdated groupId section for the plugin configuration.
The groupId needs to have .tooling as postfix. See attached patch file.