SimonBaars commented on code in PR #573: URL: https://github.com/apache/maven-surefire/pull/573#discussion_r1007969531
########## README.md: ########## @@ -81,7 +81,10 @@ Build the Surefire project using **Maven 3.2.5+** and **JDK 1.8+**. * Check module `surefire-grouper` has source folder `target/generated-sources/javacc`. If not, add it manually in the module's project properties -* Setup for development in [IntelliJ IDEA](https://www.jetbrains.com/idea/) should work out of the box. +* Setup for development in [IntelliJ IDEA](https://www.jetbrains.com/idea/) works largely out of the box. There may be unresolved symbols because [IntelliJ does not support the maven-shade-plugin](https://youtrack.jetbrains.com/issue/IDEA-126596). As a workaround: + + * In IntelliJ, right click `surefire-shared-utils/pom.xml` and choose "Maven" -> "Ignore Projects". Don't remove the module if prompted. + * Right click the parent `pom.xml` and choose "Maven" -> "Reload project" Review Comment: @slawekjaranowski I updated the PR to reflect these instructions, please have a 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org