cstamas commented on a change in pull request #38:
URL: https://github.com/apache/maven-plugin-tools/pull/38#discussion_r721605287
##########
File path:
maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/ResolutionScope.java
##########
@@ -19,12 +19,13 @@
* under the License.
*/
-import org.apache.maven.artifact.Artifact;
-
/**
* Dependencies resolution scopes available before
* <a
href="/ref/current/maven-core/apidocs/org/apache/maven/lifecycle/internal/MojoExecutor.html">mojo
execution</a>.
*
+ * Important note: The {@code id} values of this enum corresponds to constants
of
+ * {@code org.apache.maven.artifact.Artifact} class and MUST BE KEPT IN SYNC
(not that they changed recently).
Review comment:
fixed
##########
File path:
maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/ResolutionScope.java
##########
@@ -19,12 +19,13 @@
* under the License.
*/
-import org.apache.maven.artifact.Artifact;
-
/**
* Dependencies resolution scopes available before
* <a
href="/ref/current/maven-core/apidocs/org/apache/maven/lifecycle/internal/MojoExecutor.html">mojo
execution</a>.
*
+ * Important note: The {@code id} values of this enum corresponds to constants
of
Review comment:
fixed
--
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]