org.axway.grapes.maven.report
Class ModuleAggregator

java.lang.Object
  extended by org.axway.grapes.maven.report.ModuleAggregator

public class ModuleAggregator
extends Object

Module Aggregator

Aggregates the modules of the sub-maven projects to create a single root module file.

Author:
jdcoffre

Constructor Summary
ModuleAggregator(List<org.apache.maven.project.MavenProject> reactorProjects)
           
 
Method Summary
 void aggregate()
          Checks all the available reports and aggregates the existing ones
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleAggregator

public ModuleAggregator(List<org.apache.maven.project.MavenProject> reactorProjects)
Method Detail

aggregate

public void aggregate()
               throws IOException,
                      org.apache.maven.plugin.MojoExecutionException
Checks all the available reports and aggregates the existing ones

Throws:
IOException
org.apache.maven.plugin.MojoExecutionException


Copyright © 2014. All rights reserved.