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>
|
<component-set>
|
||||||
<components>
|
<components>
|
||||||
|
|
||||||
<component>
|
<component>
|
||||||
<role>org.apache.maven.settings.validation.SettingsValidator</role>
|
<role>org.apache.maven.settings.validation.SettingsValidator</role>
|
||||||
<implementation>org.apache.maven.settings.validation.DefaultSettingsValidator</implementation>
|
<implementation>org.apache.maven.settings.validation.DefaultSettingsValidator</implementation>
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component>
|
<component>
|
||||||
<role>org.apache.maven.settings.MavenSettingsBuilder</role>
|
<role>org.apache.maven.settings.MavenSettingsBuilder</role>
|
||||||
<implementation>org.apache.maven.settings.DefaultMavenSettingsBuilder</implementation>
|
<implementation>org.apache.maven.settings.DefaultMavenSettingsBuilder</implementation>
|
||||||
|
@ -36,13 +34,6 @@ under the License.
|
||||||
<role>org.apache.maven.context.BuildContextManager</role>
|
<role>org.apache.maven.context.BuildContextManager</role>
|
||||||
</requirement>
|
</requirement>
|
||||||
</requirements>
|
</requirements>
|
||||||
<!--
|
|
||||||
<configuration>
|
|
||||||
<globalSettingsPath>${maven.home}/conf/settings.xml</globalSettingsPath>
|
|
||||||
<userSettingsPath>${user.home}/.m2/settings.xml</userSettingsPath>
|
|
||||||
</configuration>
|
|
||||||
-->
|
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
</components>
|
</components>
|
||||||
</component-set>
|
</component-set>
|
||||||
|
|
Loading…
Reference in New Issue