Bukama commented on code in PR #258:
URL: 
https://github.com/apache/maven-plugin-testing/pull/258#discussion_r2665151340


##########
maven-plugin-testing-harness/src/main/java/org/apache/maven/api/plugin/testing/InjectMojo.java:
##########
@@ -85,7 +85,24 @@
 @Target({ElementType.METHOD, ElementType.PARAMETER})
 public @interface InjectMojo {
 
+    /**
+     * Specifies the goal of the Mojo to instantiate.
+     * This is a required attribute that maps to the Mojo's {@code @Mojo(name 
= "...")}
+     * annotation value.
+     *
+     * @return the goal name of the Mojo to test
+     */
     String goal();
 
+    /**
+     * Specifies an optional POM file to use for Mojo configuration.
+     * The path is relative to the test class location.
+     *
+     * <p><b>NOTE:</b> only plugin configuration is taken from provided pom, 
all other tags are ignored.</p>

Review Comment:
   Sometimes you write `pom` sometimes `POM`(what I personally prefer)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to