org.apache.maven.plugin.assembly
Class AttachedAssemblyMojo

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.AttachedAssemblyMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class AttachedAssemblyMojo
extends AbstractAssemblyMojo

Assemble an application bundle or distribution from an assembly descriptor. Do not specify a phase, so make it usable in a reactor environment where forking would create issues.

Version:
$Id: AttachedAssemblyMojo.java 366433 2006-01-06 05:30:34Z brett $
Author:
Jerome Lacoste

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
AttachedAssemblyMojo()
           
 
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

AttachedAssemblyMojo

public AttachedAssemblyMojo()
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.