cstamas commented on code in PR #11948:
URL: https://github.com/apache/maven/pull/11948#discussion_r3109537201
##########
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:
Solved; introduced `-UA` and `-UM` that is like "half of" `-U` :smile: And
the other two long opts allow user to fine tune policies, ie. use `"never"`
policy on thing he wants.
--
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]