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:
Jason van Zyl 2005-03-14 06:31:25 +00:00
parent 9d2c2d6d51
commit 8f754f2bb1
1 changed files with 5 additions and 0 deletions

View File

@ -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>