Skip to content

Commit

Permalink
[MNG-6112] Align artifacts and plugins policies using the default value
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jun 2, 2023
1 parent aa7a6fb commit 1d7045d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions apache-maven/src/assembly/maven/conf/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ under the License.
</mirror>
</mirrors>

<!-- repositories
| Specifies the list of default remote repositories that maven will search artifacts for.
-->
<repositories>
<repository>
<id>central</id>
Expand All @@ -177,6 +180,9 @@ under the License.
</repository>
</repositories>

<!-- plugin repositories
| Specifies the list of default remote repositories that maven will search plugins for.
-->
<pluginRepositories>
<pluginRepository>
<id>central</id>
Expand All @@ -185,9 +191,6 @@ under the License.
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit 1d7045d

Please sign in to comment.