You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/09/16 15:03:00 UTC

[jira] [Commented] (ARTEMIS-3995) Mute System.out on maven plugins

    [ https://issues.apache.org/jira/browse/ARTEMIS-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17605879#comment-17605879 ] 

ASF subversion and git services commented on ARTEMIS-3995:
----------------------------------------------------------

Commit 8d1865fdcb96b94b32ad5929bb6be3a84144de7d in activemq-artemis's branch refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=8d1865fdcb ]

ARTEMIS-3995 Mute Artemis Maven Plugin

The ActiveMQ Artemis Maven plugin will throw system.out and log.info for a lot of stuff,
This should mute some of that output.


> Mute System.out on maven plugins
> --------------------------------
>
>                 Key: ARTEMIS-3995
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3995
>             Project: ActiveMQ Artemis
>          Issue Type: Task
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> We create a fairly large output On SoakTests and SmokeTests..
> These output should now be on Debug for maven:
> [DEBUG] Entries.size 2
> [DEBUG] ... key=project = MavenProject: org.apache.activemq.tests:smoke-tests:3.0.0-SNAPSHOT @ /Users/clebertsuconic/work/apache/activemq-artemis/tests/smoke-tests/pom.xml
> [DEBUG] ... key=pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisCLIPlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:3.0.0-SNAPSHOT:cli'
> role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisCreatePlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:3.0.0-SNAPSHOT:create'
> role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisDependencyDocPlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:3.0.0-SNAPSHOT:dependency-doc'
> role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisDependencyScanPlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:3.0.0-SNAPSHOT:dependency-scan'
> role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisClientPlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:3.0.0-SNAPSHOT:runClient'
> ---
> [DEBUG] ***** Server created at /Users/clebertsuconic/work/apache/activemq-artemis/tests/smoke-tests/target/audit-logging2 with home=/Users/clebertsuconic/work/apache/activemq-artemis/tests/smoke-tests/../../artemis-distribution/target/apache-artemis-3.0



--
This message was sent by Atlassian Jira
(v8.20.10#820010)