mirror of https://github.com/apache/maven.git
fix pesky typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163392 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
423d6ab68d
commit
6bafc23fc4
|
@ -8,10 +8,10 @@
|
|||
|
|
||||
-->
|
||||
<component>
|
||||
<role>org.apache.maven.tools.plugin.extractor.MojoDescriptorExtrator</role>
|
||||
<role>org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor</role>
|
||||
<role-hint>java</role-hint>
|
||||
<implementation>org.apache.maven.tools.plugin.extractor.JavaMojoDescriptorExtrator</implementation>
|
||||
<implementation>org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor</implementation>
|
||||
</component>
|
||||
|
||||
</components>
|
||||
</component-set>
|
||||
</component-set>
|
||||
|
|
Loading…
Reference in New Issue