Skip to content

Commit 892002b

Browse files
committed
Use explicit profile id
1 parent 724f42b commit 892002b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)