Skip to content

Commit

Permalink
Use explicit profile id
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Dec 27, 2020
1 parent 724f42b commit 892002b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apache-maven/src/assembly/maven/conf/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,7 @@ under the License.
</profile>
-->
<profile>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<id>maven:core:central-repo</id>
<repositories>
<repository>
<id>central</id>
Expand Down Expand Up @@ -278,9 +276,11 @@ under the License.
<!-- activeProfiles
| List of profiles that are active for all builds.
|
-->
<activeProfiles>
<activeProfile>alwaysActiveProfile</activeProfile>
<activeProfile>anotherAlwaysActiveProfile</activeProfile>
<activeProfile>maven:core:central-repo</activeProfile>
<!--
activeProfile>anotherAlwaysActiveProfile</activeProfile>
-->
</activeProfiles>
-->
</settings>

0 comments on commit 892002b

Please sign in to comment.