mirror of https://github.com/apache/maven.git
add mojo project as a default group
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
114786cbca
commit
456a6eb042
|
@ -68,6 +68,10 @@ public class DefaultPluginMappingManager
|
|||
{
|
||||
pluginGroupIds.add( "org.apache.maven.plugins" );
|
||||
}
|
||||
if ( !pluginGroupIds.contains( "org.codehaus.mojo" ) )
|
||||
{
|
||||
pluginGroupIds.add( "org.codehaus.mojo" );
|
||||
}
|
||||
|
||||
for ( Iterator it = pluginGroupIds.iterator(); it.hasNext(); )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue