org.apache.maven.plugin.assembly.mojos
Class AttachedAssemblyMojo

java.lang.Object
  extended byorg.apache.maven.plugin.AbstractMojo
      extended byorg.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo
          extended byorg.apache.maven.plugin.assembly.mojos.AttachedAssemblyMojo
All Implemented Interfaces:
AssemblerConfigurationSource, 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. This goal is suitable for binding to the lifecycle at the root of a multimodule project when you are aggregating the output from the builds of several modules.

Version:
$Id: AttachedAssemblyMojo.java 610981 2008-01-10 23:10:00Z vsiveton $
Author:
Jerome Lacoste

Field Summary
 
Fields inherited from class org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo
appendAssemblyId, descriptor, descriptorId, filters, ignoreMissingDescriptor
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AttachedAssemblyMojo()
           
 
Method Summary
 org.apache.maven.project.MavenProject getProject()
           
 
Methods inherited from class org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo
execute, getArchiveBaseDirectory, getAssemblyArchiver, getAssemblyReader, getBasedir, getClassifier, getDescriptor, getDescriptorId, getDescriptorReferences, getDescriptors, getDescriptorSourceDirectory, getFilters, getFinalName, getJarArchiveConfiguration, getLocalRepository, getOutputDirectory, getProjectHelper, getReactorProjects, getRemoteRepositories, getSiteDirectory, getTarLongFileMode, getTemporaryRootDirectory, getWorkingDirectory, isAssemblyIdAppended, isDryRun, isIgnoreDirFormatExtensions, isIgnoreMissingDescriptor, isSiteIncluded, setAppendAssemblyId, setArchive, setArchiveBaseDirectory, setAssemblyArchiver, setAssemblyReader, setBasedir, setClassifier, setDescriptor, setDescriptorId, setDescriptorRefs, setDescriptors, setDescriptorSourceDirectory, setFilters, setFinalName, setIgnoreMissingDescriptor, setIncludeSite, setLocalRepository, setOutputDirectory, setProjectHelper, setReactorProjects, setSiteDirectory, setTarLongFileMode, setTempRoot, setWorkDirectory
 
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

getProject

public org.apache.maven.project.MavenProject getProject()
Specified by:
getProject in interface AssemblerConfigurationSource
Specified by:
getProject in class AbstractAssemblyMojo


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