File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
apache-maven/src/assembly/maven/conf Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -245,9 +245,7 @@ under the License.
245245 </profile>
246246 -->
247247 <profile >
248- <activation >
249- <activeByDefault >true</activeByDefault >
250- </activation >
248+ <id >maven:core:central-repo</id >
251249 <repositories >
252250 <repository >
253251 <id >central</id >
@@ -278,9 +276,11 @@ under the License.
278276 <!-- activeProfiles
279277 | List of profiles that are active for all builds.
280278 |
279+ -->
281280 <activeProfiles >
282- <activeProfile>alwaysActiveProfile</activeProfile>
283- <activeProfile>anotherAlwaysActiveProfile</activeProfile>
281+ <activeProfile >maven:core:central-repo</activeProfile >
282+ <!--
283+ activeProfile>anotherAlwaysActiveProfile</activeProfile>
284+ -->
284285 </activeProfiles >
285- -->
286286</settings >
You can’t perform that action at this time.
0 commit comments