File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
apache-maven/src/assembly/maven/conf Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments