Skip to content

Commit 1d7045d

Browse files
committed
[MNG-6112] Align artifacts and plugins policies using the default value
1 parent aa7a6fb commit 1d7045d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

apache-maven/src/assembly/maven/conf/settings.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ under the License.
166166
</mirror>
167167
</mirrors>
168168

169+
<!-- repositories
170+
| Specifies the list of default remote repositories that maven will search artifacts for.
171+
-->
169172
<repositories>
170173
<repository>
171174
<id>central</id>
@@ -177,6 +180,9 @@ under the License.
177180
</repository>
178181
</repositories>
179182

183+
<!-- plugin repositories
184+
| Specifies the list of default remote repositories that maven will search plugins for.
185+
-->
180186
<pluginRepositories>
181187
<pluginRepository>
182188
<id>central</id>
@@ -185,9 +191,6 @@ under the License.
185191
<snapshots>
186192
<enabled>false</enabled>
187193
</snapshots>
188-
<releases>
189-
<updatePolicy>never</updatePolicy>
190-
</releases>
191194
</pluginRepository>
192195
</pluginRepositories>
193196

0 commit comments

Comments
 (0)