gnodet commented on code in PR #1501:
URL: https://github.com/apache/maven/pull/1501#discussion_r1590556560


##########
api/maven-api-core/src/main/java/org/apache/maven/api/Type.java:
##########
@@ -81,6 +81,24 @@ public interface Type extends ExtensibleEnum {
      */
     String MODULAR_JAR = "modular-jar";
 
+    /**
+     * Artifact type name for a JAR file that can be placed either on the 
annotation processor class-path
+     * or module-path. The path (classes or modules) is chosen by the plugin, 
possibly using heuristic rules.
+     */
+    String PROCESSOR = "proc";
+
+    /**
+     * Artifact type name for a JAR file to unconditionally place on the 
annotation processor class-path.
+     * If the JAR is modular, its module information are ignored.
+     */
+    String CLASSPATH_PROCESSOR = "classpath-proc";

Review Comment:
   `"classpath-processor"` ?



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