Collection<Parameter> missingParameters = validator.getMissingParameters();
if ( !missingParameters.isEmpty() )
{
if ( "basic".equals( configuratorId ) )
{
throw new PluginParameterException( mojoDescriptor, new ArrayList<Parameter>( missingParameters ) );
}
else
{
/*
* NOTE: Other configurators like the map-oriented one don't call into the listener, so do it the