mirror of https://github.com/apache/maven.git
A little fix for build correctly m2.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163514 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cdd9f6b979
commit
97ad0f7800
|
@ -96,7 +96,7 @@ public class DefaultLifecycleExecutor
|
|||
}
|
||||
if ( handler.additionalPlugin() != null )
|
||||
{
|
||||
processPluginPhases( "maven", handler.additionalPlugin(), session );
|
||||
processPluginPhases( "maven", "maven-" + handler.additionalPlugin() + "-plugin", session );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue