[GitHub] maven-plugins pull request #122: Replace the deprecated RemappingClassAdapte...

2017-07-10 Thread ebourg
GitHub user ebourg opened a pull request: https://github.com/apache/maven-plugins/pull/122 Replace the deprecated RemappingClassAdapter with ClassRemapper Hi, RemappingClassAdapter has been deprecated in ASM 5.0, and in the version 6.0 it starts spitting RuntimeExceptions

[GitHub] maven pull request #127: Fix concat_lines in mvn to deal with CRLF

2017-07-10 Thread grkvlt
GitHub user grkvlt opened a pull request: https://github.com/apache/maven/pull/127 Fix concat_lines in mvn to deal with CRLF Change from `tr` to `paste` to deal with CRLF line endings properly You can merge this pull request into a Git repository by running: $ git pull

Re: follow up on SUREFIRE-1340

2017-07-10 Thread Tibor Digana
@Herve Can we get the same effect here with our Console API what we have in Maven when [Downloading] xx%age ? The %age progress stays in one position on the console been updated. On Mon, Jul 10, 2017 at 10:47 PM, Romain Manni-Bucau wrote: > Hi guys, > > following up

[GitHub] maven issue #127: Fix concat_lines in mvn to deal with CRLF

2017-07-10 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/maven/pull/127 JIRA issue please. --- 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,

follow up on SUREFIRE-1340

2017-07-10 Thread Romain Manni-Bucau
Hi guys, following up SUREFIRE-1340 I wonder if we can get this "progress feature" (even if optional) in surefire/failsafe plugins. Idea is likely to rely on the scanning to have a metric we can rely on (like #classes if we want to avoid the loading of the bytecode) and show a progress bar to