GitHub user dshunfen opened a pull request:
https://github.com/apache/activemq-artemis/pull/1798
ARTEMIS-1624 Adding in condition for turning on the console when using
maven plugin
Even though there is a "noWeb" option available in the artemis-maven-plugin
ArtemisCreatePlugin class, it gets hard-coded into the list of executed options
and is therefore unconfigurable.
This fix involves looking at the configured plugin option and adding the
"--no-web" argument depending on the plugin configuration.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dshunfen/activemq-artemis ARTEMIS-1624
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1798.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1798
----
commit db88b4238b3430cd1127eccd83859bd5d1c5327e
Author: David Shunfenthal <dshunfenthal@...>
Date: 2018-01-21T05:51:38Z
ARTEMIS-1624 Adding in configuration condition for turning on the console
when using maven plugin
----
---