提交 36019bae 编写于 作者: K kohsuke

typo.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1784 71c3de6d-444a-0410-be80-ed276b4c234a
上级 3516b99f
......@@ -28,11 +28,11 @@ import java.lang.reflect.InvocationTargetException;
*
* @author Kohsuke Kawaguchi
*/
public class PluginManagetInterceptor extends DefaultPluginManager {
public class PluginManagerInterceptor extends DefaultPluginManager {
private final Method mergeMojoConfiguration;
public PluginManagetInterceptor() {
public PluginManagerInterceptor() {
try {
this.mergeMojoConfiguration = DefaultPluginManager.class.getDeclaredMethod(
"mergeMojoConfiguration", XmlPlexusConfiguration.class,MojoDescriptor.class);
......
......@@ -6,7 +6,7 @@
<components>
<component>
<role>org.apache.maven.plugin.PluginManager</role>
<implementation>hudson.maven.PluginManagetInterceptor</implementation>
<implementation>hudson.maven.PluginManagerInterceptor</implementation>
<requirements>
<requirement>
<role>org.apache.maven.project.path.PathTranslator</role>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册