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


##########
api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java:
##########
@@ -739,5 +739,11 @@ public final class Constants {
      */
     public static final String MAVEN_MODEL_PROCESSOR_REFERENCE_TYPE_PREFIX = 
"maven.model.processor.referenceType.";
 
+    /**
+     * System property to keep temp material for diagnostics.
+     *
+     */
+    public static final String KEEP_PROP = "maven.tempfile.keep";

Review Comment:
   Rename to `MAVEN_TEMPFILE_KEEP` for consistency.



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