You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2022/09/14 23:09:01 UTC

[GitHub] [activemq-artemis] clebertsuconic opened a new pull request, #4217: ARTEMIS-3995 Mute Artemis Maven Plugin

clebertsuconic opened a new pull request, #4217:
URL: https://github.com/apache/activemq-artemis/pull/4217

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [activemq-artemis] gemmellr commented on pull request #4217: ARTEMIS-3995 Mute Artemis Maven Plugin

Posted by GitBox <gi...@apache.org>.
gemmellr commented on PR #4217:
URL: https://github.com/apache/activemq-artemis/pull/4217#issuecomment-1247933995

   :)
   
   Just to be clear, while I'm certainly not against suppressing the actual create command output along with it, since I've never used that detail either, it was only really the repeated and seemingly-identical output of limited use from the _plugin itself_ I was meaning should be maven debug output, i.e: 
   
   ```
   [INFO] Local       id: local
         url: file:///home/rgemmell/.m2/repository/
      layout: default
   snapshots: [enabled => true, update => always]
    releases: [enabled => true, update => always]
      blocked: false
   
   [INFO] Entries.size 2
   [INFO] ... key=project = MavenProject: org.apache.activemq.tests:e2e-tests:3.0.0-SNAPSHOT @ /home/rgemmell/workspace/activemq-artemis/tests/e2e-tests/pom.xml
   [INFO] ... 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'
   ---
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [activemq-artemis] clebertsuconic commented on pull request #4217: ARTEMIS-3995 Mute Artemis Maven Plugin

Posted by GitBox <gi...@apache.org>.
clebertsuconic commented on PR #4217:
URL: https://github.com/apache/activemq-artemis/pull/4217#issuecomment-1247389514

   @gemmellr ... just because you asked me :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [activemq-artemis] clebertsuconic merged pull request #4217: ARTEMIS-3995 Mute Artemis Maven Plugin

Posted by GitBox <gi...@apache.org>.
clebertsuconic merged PR #4217:
URL: https://github.com/apache/activemq-artemis/pull/4217


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [activemq-artemis] clebertsuconic commented on pull request #4217: ARTEMIS-3995 Mute Artemis Maven Plugin

Posted by GitBox <gi...@apache.org>.
clebertsuconic commented on PR #4217:
URL: https://github.com/apache/activemq-artemis/pull/4217#issuecomment-1247454525

   there are a few test failures I'm going to deal with tomorrow.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org