ComponentMojoUtil.getLog().debug("Annotation : " + annotation);
if (annotation != null) {
ComponentMojoUtil.getLog().debug("Processing Component Class " + curClass);
Content builtContent = ContentFactory.make(curClass, defaultComponentGroup);
builtContents.add(builtContent);
File contentFile = writeContentToFile(transformer, builtContent, curClass, buildDirectory,
componentPathBase, defaultComponentPathSuffix);