[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-11-16 Thread martin-g
Github user martin-g commented on the pull request: https://github.com/apache/maven/pull/28#issuecomment-63268182 @jvanzyl Yes. I don't need the new option. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-11-16 Thread martin-g
Github user martin-g closed the pull request at: https://github.com/apache/maven/pull/28 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-11-16 Thread JigarJoshi
Github user JigarJoshi commented on the pull request: https://github.com/apache/maven/pull/28#issuecomment-63268352 quiet option is too quiet, I originally wanted just to hide the transfer logs, sometime it can be annoying in CI systems --- If your project is set up for it, you can

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-11-16 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven/pull/28#issuecomment-63270071 @JigarJoshi , you can use batch mode for that. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-11-15 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/28#issuecomment-63176060 @martin-g does the quiet option provide the behaviour you'd like? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-10-31 Thread martin-g
Github user martin-g commented on the pull request: https://github.com/apache/maven/pull/28#issuecomment-61229172 @michael-o I think even `quiet` should/could prevent logging the transfer output. I just created a PR with the provided patch as requested by Jason van Zyl in the

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-10-31 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven/pull/28#issuecomment-61230745 @martin-g, quiet implementation logs nothing. It is a no-op. So it does what you want. @jvanzyl, can you share some thoughts? --- If your project is set up for it,

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-10-30 Thread martin-g
GitHub user martin-g opened a pull request: https://github.com/apache/maven/pull/28 MNG-5486 hiding transfer logs The latest patch from https://jira.codehaus.org/browse/MNG-5486 as a Pull Request as requested by Jason van Zyl. You can merge this pull request into a Git repository

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-10-30 Thread JigarJoshi
Github user JigarJoshi commented on the pull request: https://github.com/apache/maven/pull/28#issuecomment-61130522 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-10-30 Thread hboutemy
Github user hboutemy commented on a diff in the pull request: https://github.com/apache/maven/pull/28#discussion_r19627514 --- Diff: maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java --- @@ -137,6 +139,7 @@ public CLIManager() options.addOption(

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-10-30 Thread hboutemy
Github user hboutemy commented on a diff in the pull request: https://github.com/apache/maven/pull/28#discussion_r19627615 --- Diff: maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java --- @@ -924,7 +924,7 @@ else if ( profileAction.startsWith( + ) )

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-10-30 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven/pull/28#issuecomment-61156846 I agree with Hervé, this could be default in batch mode. No need for another option. --- If your project is set up for it, you can reply to this email and have your

[GitHub] maven pull request: MNG-5486 hiding transfer logs

2014-10-30 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven/pull/28#issuecomment-61159553 Why do we need this? There is a batch mode, minimal transfer output. --- If your project is set up for it, you can reply to this email and have your reply appear on