Skip to content

Commit

Permalink
[MNG-8019] Rely on default update policy (daily) for Central (#1381)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
kwin committed Feb 23, 2024
1 parent 3880a07 commit 9a84fdf
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ under the License.
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit 9a84fdf

Please sign in to comment.