Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
5.5.0
Description
The maven 2 activemq performance test plugin can't be run without a pom.xml in the currect directory, while all the configuration parameters have defaults, so a pom is really not necessary. I'm trying to run the plugin from the command line in the following way:
>mvn org.apache.activemq.tooling:maven-activemq-perf-plugin:5.5.0:consumer
This results in the message:
Cannot execute mojo: consumer. It requires a project with an existing pom.xml, but the build is not using one.
I think it would be much easier if the plugin does not require a pom, so users can run the plugin from any directory.