Tibor17 commented on pull request #293: URL: https://github.com/apache/maven-surefire/pull/293#issuecomment-628492821
@Tibor17 There are two remarks. 1. see my [comments](https://github.com/cowwoc/maven-surefire/commit/7861582df7aa7e18dff32066d01dfa439387f78a) 2. the system property `-Dinvoker.test=Surefire1629*` should be `-Dit.test=Surefire1629IT` Hints: sometimes simple ITs can be run directly from the IDE, or from the command line (fast build): `install -nsu -DskipTests -DskipITs` `mvn install -rf :surefire-its -nsu "-Djdk.home=c:\Program Files\Java\jdk-14" -Dit.test=Java9FullApiIT` ---------------------------------------------------------------- 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]
