neilcsmith-net commented on PR #4919: URL: https://github.com/apache/netbeans/pull/4919#issuecomment-1304549796
Can replicate the issue. Not sure if the solution is correct. When configuring the plugin I see the root listed in the project as `Generated Test Sources`. Therefore, should `addSelectedFiles(..)` also use the result of `prj.getGeneratedSourceRoots(..)`? Another issue (although possibly due to file name in use?) is that this shouldn't be triggering `surefire:test` either but `failsafe:integration-test`. -- 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
