[MNG-7933] configure strict artifact descriptor policy via property#1304
[MNG-7933] configure strict artifact descriptor policy via property#1304jaredstehler wants to merge 1 commit intoapache:masterfrom
Conversation
CrazyHZM
left a comment
There was a problem hiding this comment.
I think we could add some documentation describing these configurations, which would otherwise be scattered all over the place.
slawekjaranowski
left a comment
There was a problem hiding this comment.
Is it correct issue number: https://issues.apache.org/jira/browse/MNG-5378 - Use maven-shared-utils in Maven core to replace plexus-utils
| } | ||
|
|
||
| boolean strictDescriptorPolicy = | ||
| ConfigUtils.getBoolean(session, false, "aether.artifactDescriptorPolicy.strict"); |
There was a problem hiding this comment.
why not something like maven.... for this property?
There was a problem hiding this comment.
i was just following conventions for setting aether / resolver properties from here: https://maven.apache.org/resolver/configuration.html
|
@jaredstehler I'd like to propose to have this PR superseded by "onSessionClose" that contains a bunch of maven+resolver improvements, for example this one (contains your change but exposed via CLI): e93bb72 |
@cstamas that looks perfect, thanks! PR for reference: #1301 |
386c74d to
75c76c2
Compare
|
Is this PR still needed? Please close it out if not. |
|
Resolve #6549 |
This adds a mechanism for setting a strict artifact descriptor policy, via a boolean config property:
aether.artifactDescriptorPolicy.strict.Following this checklist to help us incorporate your
contribution quickly and easily:
for the change (usually before you start working on it). Trivial changes like typos do not
require a JIRA issue. Your pull request should address just this issue, without
pulling in other changes.
[MNG-XXX] SUMMARY,where you replace
MNG-XXXandSUMMARYwith the appropriate JIRA issue.[MNG-XXX] SUMMARY.Best practice is to use the JIRA issue title in both the pull request title and in the first line of the commit message.
mvn clean verifyto make sure basic checks pass. A more thorough check willbe performed on your pull request automatically.
If your pull request is about ~20 lines of code you don't need to sign an
Individual Contributor License Agreement if you are unsure
please ask on the developers list.
To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.
I hereby declare this contribution to be licenced under the Apache License Version 2.0, January 2004
In any other case, please file an Apache Individual Contributor License Agreement.