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

This reverts commits
    6d9ffe3
    1b00a9e
  • Loading branch information
ChristianSchulte committed Nov 11, 2016
1 parent 2fd0930 commit 139c645
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions apache-maven/src/conf/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,47 +244,6 @@ under the License.
</properties>
</profile>
-->

<!--
| Default profile holding various defaults.
|-->
<profile>
<!--
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>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>

<!-- activeProfiles
Expand All @@ -295,7 +254,6 @@ under the License.
<activeProfile>alwaysActiveProfile</activeProfile>
<activeProfile>anotherAlwaysActiveProfile</activeProfile>
-->
<activeProfile>f06abaa7-178e-441e-bb0d-10a92d7ce014</activeProfile>
</activeProfiles>

</settings>

0 comments on commit 139c645

Please sign in to comment.