Package com.buschmais.jqassistant.mojo.Aggregator

Examples of com.buschmais.jqassistant.mojo.Aggregator.AggregatedGoal


  @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) {
View Full Code Here

TOP

Related Classes of com.buschmais.jqassistant.mojo.Aggregator.AggregatedGoal

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.