[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:
Konrad Windszus 2024-02-23 12:07:06 +01:00 committed by GitHub
parent 3880a07362
commit 9a84fdf2a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,9 +44,6 @@ under the License.
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
</pluginRepository>
</pluginRepositories>