You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce (credits to Guillaume Boué/Maven Dev mailing list):
run mvn org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate -V
At the end will be printed two ESC[0m
in org.fusesource.jansi.AnsiPrintStream#close there call to parent PrintStream, but should be changed to pass via org.fusesource.jansi.FilterPrintStream#filter to apply filters in org.fusesource.jansi.AnsiPrintStream#filter
The text was updated successfully, but these errors were encountered:
Steps to reproduce (credits to Guillaume Boué/Maven Dev mailing list):
run mvn org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate -V
At the end will be printed two ESC[0m
in org.fusesource.jansi.AnsiPrintStream#close there call to parent PrintStream, but should be changed to pass via org.fusesource.jansi.FilterPrintStream#filter to apply filters in org.fusesource.jansi.AnsiPrintStream#filter
The text was updated successfully, but these errors were encountered: