sdedic opened a new pull request #3017: URL: https://github.com/apache/netbeans/pull/3017
I overlooked a failing test, merged the erroneous code to the master - sorry :( The failure was caused by [temporarily setting active configuration to `default`](https://github.com/apache/netbeans/blob/master/java/maven/src/org/netbeans/modules/maven/configurations/M2ConfigProvider.java#L431) which caused processing that lead to **permanent** configuration switch. This change skips all processing (comparing to available configs, loading persistent active setting, ...) if the local override is active. -- 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. 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
