Skip to content

Commit

Permalink
[MNG-4645] Move central repo definition out of Maven's core so it can…
Browse files Browse the repository at this point in the history
… be more easily changed

[MNG-6070] [REGRESSION] Profile activation based on a property does not work correctly
  • Loading branch information
ChristianSchulte committed Jul 23, 2016
1 parent 90f26c2 commit 6d9ffe3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apache-maven/src/conf/settings.xml
Expand Up @@ -249,7 +249,11 @@ under the License.
| Default profile holding various defaults.
|-->
<profile>
<id>default</id>
<!--
This intentionally uses a UUID to not clash with any profile
id already in use before this profile got added to the settings.
-->
<id>f06abaa7-178e-441e-bb0d-10a92d7ce014</id>

<repositories>
<repository>
Expand Down Expand Up @@ -291,7 +295,7 @@ under the License.
<activeProfile>alwaysActiveProfile</activeProfile>
<activeProfile>anotherAlwaysActiveProfile</activeProfile>
-->
<activeProfile>default</activeProfile>
<activeProfile>f06abaa7-178e-441e-bb0d-10a92d7ce014</activeProfile>
</activeProfiles>

</settings>

0 comments on commit 6d9ffe3

Please sign in to comment.