mirror of
https://github.com/apache/maven.git
synced 2025-02-08 02:59:22 +00:00
[MNG-8019] Rely on default update policy (daily) for Central (#1381)
Both plugin and regular repository should have the same policy. Unfortunately using "never" is not possible as long as resolver applies this policy to both artifacts (immutable) and metadata (mutable)
This commit is contained in:
parent
3880a07362
commit
9a84fdf2a9
@ -44,9 +44,6 @@ under the License.
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user