mirror of https://github.com/apache/maven.git
o removing dead configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@573131 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2769a95f9d
commit
18e6fd2a1b
|
@ -19,12 +19,10 @@ under the License.
|
|||
|
||||
<component-set>
|
||||
<components>
|
||||
|
||||
<component>
|
||||
<role>org.apache.maven.settings.validation.SettingsValidator</role>
|
||||
<implementation>org.apache.maven.settings.validation.DefaultSettingsValidator</implementation>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<role>org.apache.maven.settings.MavenSettingsBuilder</role>
|
||||
<implementation>org.apache.maven.settings.DefaultMavenSettingsBuilder</implementation>
|
||||
|
@ -36,13 +34,6 @@ under the License.
|
|||
<role>org.apache.maven.context.BuildContextManager</role>
|
||||
</requirement>
|
||||
</requirements>
|
||||
<!--
|
||||
<configuration>
|
||||
<globalSettingsPath>${maven.home}/conf/settings.xml</globalSettingsPath>
|
||||
<userSettingsPath>${user.home}/.m2/settings.xml</userSettingsPath>
|
||||
</configuration>
|
||||
-->
|
||||
</component>
|
||||
|
||||
</components>
|
||||
</component-set>
|
||||
|
|
Loading…
Reference in New Issue