|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo
org.apache.maven.plugin.assembly.mojos.AbstractDirectoryMojo
org.apache.maven.plugin.assembly.mojos.DirectoryInlineMojo
@Deprecated public class DirectoryInlineMojo
Like the assembly:attached goal, assemble an application bundle or distribution from an assembly
descriptor, WITHOUT first forcing Maven to build all POMs to the package phase (as is required by the
assembly:assembly goal). This goal differs from assembly:attached 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).
This goal is also functionally equivalent to using the assembly:attached goal in conjunction with the
dir assembly format.
NOTE: This goal should ONLY be run from the command line, and if building a multimodule project it should be
used from the root POM. Use the assembly:directory-single goal for binding your assembly to the
lifecycle.
| 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 | |
|---|---|
DirectoryInlineMojo()
Deprecated. |
|
| Method Summary | |
|---|---|
org.apache.maven.project.MavenProject |
getProject()
Deprecated. |
| Methods inherited from class org.apache.maven.plugin.assembly.mojos.AbstractDirectoryMojo |
|---|
execute |
| 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 |
|---|
public DirectoryInlineMojo()
| Method Detail |
|---|
public org.apache.maven.project.MavenProject getProject()
getProject in interface AssemblerConfigurationSourcegetProject in class AbstractAssemblyMojo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||