mirror of https://github.com/apache/maven.git
don't create dummy configuration for components
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@165171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dfb2dfcaa1
commit
23ec733870
|
@ -569,7 +569,7 @@ public class DefaultPluginManager
|
|||
{
|
||||
String key = (String) i.next();
|
||||
|
||||
if ( configuration.getChild( key ) != null )
|
||||
if ( configuration.getChild( key, false ) != null )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue