Tibor17 commented on a change in pull request #344:
URL: https://github.com/apache/maven-surefire/pull/344#discussion_r606227151
##########
File path:
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
##########
@@ -501,6 +504,12 @@
@Parameter( property = "excludedGroups" )
private String excludedGroups;
+ @Parameter( property = "junitIncludeEngine" )
Review comment:
I know it is quite a lot of work with the PR but it is always with a new
feature. Pls add a Javadoc on the top of these fields and see how we use to
write the Javadoc in another parts.
Additionally every feature has to be documented. Regarding JUnit5 add a new
chanper with your feature
[here](https://github.com/apache/maven-surefire/blob/master/maven-surefire-plugin/src/site/apt/examples/junit-platform.apt.vm).
--
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]