mbien opened a new pull request, #6843: URL: https://github.com/apache/netbeans/pull/6843
`maven-slf4j-provider` injects `MavenSimpleLogger` which decorates the output for terminal use. This causes problems in log files, tests etc which don't expect or cant display them properly. a quick way to test this: run `NexusRepositoryIndexerImplTest#testFilterPluginGroupIdsRepositoryQueries` directly from NB and check that there is no color in the stack trace. The `TEST-org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImplTest.xml` should also have no escaped ANSI symbols in it. long way to test would be to run NB and check that the log file is clean. this is how it should _not_ look:  -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
