org.apache.maven.plugin.assembly
Class DirectoryInlineMojo

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.AbstractDirectoryMojo
                  extended by org.apache.maven.plugin.assembly.DirectoryInlineMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class DirectoryInlineMojo
extends AbstractDirectoryMojo

Assemble an application bundle or distribution from an assembly descriptor without launching a parallel lifecycle build.

Author:
Gilles Scokart

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
DirectoryInlineMojo()
           
 
Method Summary
protected  org.apache.maven.project.MavenProject getExecutedProject()
           
 
Methods inherited from class org.apache.maven.plugin.assembly.AbstractDirectoryMojo
execute
 
Methods inherited from class org.apache.maven.plugin.assembly.AbstractAssemblyMojo
createArchive, 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

DirectoryInlineMojo

public DirectoryInlineMojo()
Method Detail

getExecutedProject

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


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