mirror of https://github.com/apache/maven.git
o need the path translator in the core until we allow the processing of multiple plexus.xml files.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9d2c2d6d51
commit
8f754f2bb1
|
@ -232,5 +232,10 @@
|
||||||
<!-- END SNIPPET: lifecycle -->
|
<!-- END SNIPPET: lifecycle -->
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
|
<!-- I realize this is duplicated but allows the project builder to work by itself -->
|
||||||
|
<component>
|
||||||
|
<role>org.apache.maven.project.path.PathTranslator</role>
|
||||||
|
<implementation>org.apache.maven.project.path.DefaultPathTranslator</implementation>
|
||||||
|
</component>
|
||||||
</components>
|
</components>
|
||||||
</component-set>
|
</component-set>
|
||||||
|
|
Loading…
Reference in New Issue