|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.plugin.assembly.model.ModuleSet
A moduleSet represent one or more project <module>
present inside
a project's pom.xml. This allows you to include sources
or binaries
belonging to a project's <modules>.
NOTE: When using <moduleSets> from the
command-line, it
is required to pass first the package phase by doing:
"mvn package
assembly:assembly". This bug/issue is scheduled to be
addressed by Maven 2.1.
| Constructor Summary | |
ModuleSet()
|
|
| Method Summary | |
void |
addExclude(java.lang.String string)
Method addExclude |
void |
addInclude(java.lang.String string)
Method addInclude |
ModuleBinaries |
getBinaries()
Get When this is present, the plugin will include the binaries of the included modules from this set in the resulting assembly. |
java.util.List |
getExcludes()
Method getExcludes |
java.util.List |
getIncludes()
Method getIncludes |
java.lang.String |
getModelEncoding()
|
ModuleSources |
getSources()
Get When this is present, the plugin will include the source files of the included modules from this set in the resulting assembly. |
boolean |
isIncludeSubModules()
Get If set to false, the plugin will exclude sub-modules from processing in this ModuleSet. |
void |
removeExclude(java.lang.String string)
Method removeExclude |
void |
removeInclude(java.lang.String string)
Method removeInclude |
void |
setBinaries(ModuleBinaries binaries)
Set When this is present, the plugin will include the binaries of the included modules from this set in the resulting assembly. |
void |
setExcludes(java.util.List excludes)
Set This is a list of <exclude/> subelements, each containing a module reference of the type groupId:artifactId. |
void |
setIncludes(java.util.List includes)
Set This is a list of <include/> subelements, each containing a module reference of the type groupId:artifactId. |
void |
setIncludeSubModules(boolean includeSubModules)
Set If set to false, the plugin will exclude sub-modules from processing in this ModuleSet. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setSources(ModuleSources sources)
Set When this is present, the plugin will include the source files of the included modules from this set in the resulting assembly. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ModuleSet()
| Method Detail |
public void addExclude(java.lang.String string)
string - public void addInclude(java.lang.String string)
string - public ModuleBinaries getBinaries()
public java.util.List getExcludes()
public java.util.List getIncludes()
public ModuleSources getSources()
public boolean isIncludeSubModules()
public void removeExclude(java.lang.String string)
string - public void removeInclude(java.lang.String string)
string - public void setBinaries(ModuleBinaries binaries)
binaries - public void setExcludes(java.util.List excludes)
excludes - public void setIncludeSubModules(boolean includeSubModules)
includeSubModules - public void setIncludes(java.util.List includes)
includes - public void setSources(ModuleSources sources)
sources - public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||