kwin commented on code in PR #759:
URL: https://github.com/apache/maven-surefire/pull/759#discussion_r1670756778


##########
maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java:
##########
@@ -525,6 +525,11 @@ public class IntegrationTestMojo extends 
AbstractSurefireMojo {
     @Parameter(property = "failsafe.enableProcessChecker")
     private String enableProcessChecker;
 
+    /**
+     * Properties file being used as system properties passed to the provider.
+     *
+     * @see AbstractSurefireMojo#systemPropertyVariables {@code 
systemPropertyVariables} for how the effective provider properties are 
calculated

Review Comment:
   No as you can see in 
https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#see:
   
   > @see  package.class#member  label
   Adds a link, with visible text label, that points to the documentation for 
the specified 
[name](https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#name)
 in the Java Language that is 
[referenced](https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#referencedclasses).
 The label is optional; if omitted, the name appears instead as the visible 
text, suitably shortened – see [How a name is 
displayed](https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#shortened).



-- 
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

Reply via email to