mirror of
https://github.com/apache/maven.git
synced 2025-02-08 02:59:22 +00:00
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 @@ private void loadPluginMappings( List groupIds, List pluginRepositories, Artifac
|
||||
{
|
||||
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…
x
Reference in New Issue
Block a user