@Mojo(name="directory", aggregator=true, inheritByDefault=false) @Execute(phase=PACKAGE) @Deprecated public class DirectoryMojo extends AbstractDirectoryMojo
assembly:attached
goal, assemble an application bundle or distribution using an assembly
descriptor from the command line. This goal will force Maven to build all included POMs up to the
package
phase BEFORE the assembly is processed. This goal differs from assembly:assembly
in
that it ignores the <formats/> section of the assembly descriptor, and forces the assembly to be created as a
directory in the project's build-output directory (usually ./target
). assembly:assembly
goal in conjunction with the
dir
assembly format. assembly:directory-single
goal for binding your assembly to the
lifecycle.commanndLinePropertiesInterpolator, envInterpolator, mainProjectInterpolator, rootInterpolator
Constructor and Description |
---|
DirectoryMojo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MavenProject |
getProject()
Deprecated.
|
execute
getArchiveBaseDirectory, getArchiverConfig, getBasedir, getClassifier, getCommandLinePropsInterpolator, getDelimiters, getDescriptor, getDescriptorId, getDescriptorReferences, getDescriptors, getDescriptorSourceDirectory, getEncoding, getEnvInterpolator, getEscapeString, getFilters, getFinalName, getJarArchiveConfiguration, getLocalRepository, getMainProjectInterpolator, getMavenReaderFilter, getMavenSession, getOutputDirectory, getProjectHelper, getReactorProjects, getRemoteRepositories, getRepositoryInterpolator, getSiteDirectory, getTarLongFileMode, getTemporaryRootDirectory, getWorkingDirectory, isAssemblyIdAppended, isDryRun, isIgnoreDirFormatExtensions, isIgnoreMissingDescriptor, isIgnorePermissions, isIncludeProjectBuildFilters, isSiteIncluded, isUpdateOnly, isUseJvmChmod, mainProjectInterpolator, setAppendAssemblyId, setArchive, setBasedir, setClassifier, setDelimiters, setDescriptor, setDescriptorId, setDescriptorRefs, setDescriptors, setDescriptorSourceDirectory, setFilters, setFinalName, setIgnoreMissingDescriptor, setIncludeSite, setLocalRepository, setOutputDirectory, setProjectHelper, setReactorProjects, setSiteDirectory, setTarLongFileMode, setTempRoot, setWorkDirectory
getLog, getPluginContext, setLog, setPluginContext
public MavenProject getProject()
getProject
in interface AssemblerConfigurationSource
getProject
in class AbstractAssemblyMojo
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.