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:
Brett Leslie Porter 2005-04-28 17:56:04 +00:00
parent dfb2dfcaa1
commit 23ec733870
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ public class DefaultPluginManager
{
String key = (String) i.next();
if ( configuration.getChild( key ) != null )
if ( configuration.getChild( key, false ) != null )
{
continue;
}