@Parameter(property = "project")
private MavenProject currentProject;
@Override
public final void execute() throws MojoExecutionException, MojoFailureException {
Aggregator.execute(new AggregatedGoal() {
public void execute(MavenProject baseProject, Set<MavenProject> projects) throws MojoExecutionException, MojoFailureException {
List<Class<?>> descriptorTypes;
try {
descriptorTypes = pluginManager.getDescriptorTypes();
} catch (PluginReaderException e) {