slawekjaranowski commented on code in PR #11948:
URL: https://github.com/apache/maven/pull/11948#discussion_r3082520133
##########
maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java:
##########
@@ -109,7 +109,11 @@ public class CLIManager {
public static final String IGNORE_TRANSITIVE_REPOSITORIES = "itr";
- private static final String RAW_STREAMS = "raw-streams";
+ public static final String RAW_STREAMS = "raw-streams";
+
+ public static final String ARTIFACTS_UPDATE_POLICY =
"artifacts-update-policy";
+
+ public static final String METADATA_UPDATE_POLICY =
"metadata-update-policy";
Review Comment:
What about short version of options?
--
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]