Maven performance test plugin wants pom in current directory
------------------------------------------------------------
Key: AMQ-3386
URL: https://issues.apache.org/jira/browse/AMQ-3386
Project: ActiveMQ
Issue Type: Bug
Components: Performance Test
Affects Versions: 5.5.0
Reporter: Geert Schuring
Fix For: 4.1.3, 5.6.0, 6.0.0
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.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira