sman-81 commented on pull request #452: URL: https://github.com/apache/maven-surefire/pull/452#issuecomment-1024430602
## re: IDE Setup In Eclipse, right-click on project -> Maven -> Select Maven Profiles ..., pick `ide-development` Despite this still 194 errors. Eclipse keeps building in an endless loop. CPU usage is high. A major source of errors is missing `GroupMatcherParser` which gets generated into `surefire-grouper/target/generated-sources/javacc/org/apache/maven/surefire/group/parse/GroupMatcherParser.java` (in Eclipse) Thus this source is not part of any source folder. The POM relies on `org.codehaus.mojo:javacc-maven-plugin`. This plugin is ancient ... We should consider moving to `org.javacc.plugin:javacc-maven-plugin` and placing generated sources in a different location. Maybe `build-helper-maven-plugin` can help in a solution. Anyways, any pointers how to set up in Eclipse are welcome. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org