org.apache.maven.plugin.source
Class AggregatorSourceJarMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.source.AbstractSourceJarMojo
          extended by org.apache.maven.plugin.source.SourceJarNoForkMojo
              extended by org.apache.maven.plugin.source.SourceJarMojo
                  extended by org.apache.maven.plugin.source.AggregatorSourceJarMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class AggregatorSourceJarMojo
extends SourceJarMojo

Aggregate sources for all modules in an aggregator project.

Since:
2.0.3
Version:
$Id: AggregatorSourceJarMojo.java 728546 2008-12-21 22:56:51Z bentmann $
Aggregates the Maven project and its child modules.
Is defined to be executed in:
phase:
generate-sources
Is defined by the goal name:
aggregate
Is bound to the specified phase of the standard build lifecycle:
package

Field Summary
 
Fields inherited from class org.apache.maven.plugin.source.AbstractSourceJarMojo
excludeResources, finalName, includePom, outputDirectory, project, reactorProjects
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AggregatorSourceJarMojo()
           
 
Method Summary
 void execute()
          
 
Methods inherited from class org.apache.maven.plugin.source.SourceJarNoForkMojo
getClassifier, getResources, getSources
 
Methods inherited from class org.apache.maven.plugin.source.AbstractSourceJarMojo
addDirectory, addDirectory, archiveProjectContent, createArchiver, getExtension, getProject, getType, packageSources, packageSources
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatorSourceJarMojo

public AggregatorSourceJarMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException

Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class AbstractSourceJarMojo
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.