mirror of https://github.com/apache/maven.git
fix parse error that cause continuum grief
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163611 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec606c77e9
commit
7072ba8dac
|
@ -239,7 +239,6 @@
|
|||
<role>org.apache.maven.project.path.PathTranslator</role>
|
||||
<implementation>org.apache.maven.project.path.DefaultPathTranslator</implementation>
|
||||
</component>
|
||||
</components>
|
||||
<!-- ********************* FIXME *******************************************
|
||||
| NOTE: This is also declared in plexus.xml for maven. We currently need it
|
||||
| in both places, for systems that don't use maven's plexus.xml. This will
|
||||
|
@ -258,4 +257,5 @@
|
|||
<role>org.apache.maven.settings.MavenSettingsBuilder</role>
|
||||
<implementation>org.apache.maven.settings.DefaultMavenSettingsBuilder</implementation>
|
||||
</component>
|
||||
</components>
|
||||
</component-set>
|
||||
|
|
Loading…
Reference in New Issue