[
https://issues.apache.org/jira/browse/ARTEMIS-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16333407#comment-16333407
]
ASF GitHub Bot commented on ARTEMIS-1624:
-----------------------------------------
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
----
> Unconfigurable maven plugin option for turning on console
> ---------------------------------------------------------
>
> Key: ARTEMIS-1624
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1624
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: David Shunfenthal
> Priority: Trivial
> Labels: easyfix
>
> 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.
> The fix involves looking at the configured plugin option and adding the
> "--no-web" argument depending on the plugin configuration.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)