org.apache.maven.plugin.assembly
Class AssemblyMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.assembly.AbstractUnpackingMojo
          extended by org.apache.maven.plugin.assembly.AbstractAssemblyMojo
              extended by org.apache.maven.plugin.assembly.AssemblyMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class AssemblyMojo
extends AbstractAssemblyMojo

Assemble an application bundle or distribution from an assembly descriptor.

Version:
$Id: AssemblyMojo.java 366433 2006-01-06 05:30:34Z brett $
Author:
Brett Porter, Vincent Siveton

Field Summary
 
Fields inherited from class org.apache.maven.plugin.assembly.AbstractAssemblyMojo
appendAssemblyId, descriptor, descriptorId, filters
 
Fields inherited from class org.apache.maven.plugin.assembly.AbstractUnpackingMojo
archiverManager, artifactResolver, classifier, EMPTY_STRING_ARRAY, finalName, localRepository, outputDirectory, project, projectModulesOnly, reactorProjects, workDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AssemblyMojo()
           
 
Method Summary
protected  org.apache.maven.project.MavenProject getExecutedProject()
           
 
Methods inherited from class org.apache.maven.plugin.assembly.AbstractAssemblyMojo
createArchive, execute, getDistributionName, processDependencySets, processFileList, processFileSets, readAssemblies
 
Methods inherited from class org.apache.maven.plugin.assembly.AbstractUnpackingMojo
getClassifier, getDependencies, getModules, unpack
 
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

AssemblyMojo

public AssemblyMojo()
Method Detail

getExecutedProject

protected org.apache.maven.project.MavenProject getExecutedProject()
Specified by:
getExecutedProject in class AbstractUnpackingMojo


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.