@SuppressWarnings("unchecked")
public void execute() throws MojoExecutionException,
MojoFailureException
{
new LoggerUtils().loadConfiguration();
if ( sourceDirectory != null
&& sourceDirectory.exists() )
{
final Set< String > ccnViolation = new HashSet< String >();
final Set< String > ncssViolation = new HashSet< String >();