gnodet commented on code in PR #1501: URL: https://github.com/apache/maven/pull/1501#discussion_r1590556427
########## 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"; Review Comment: Why not `"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