|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.assembly.model.SetBase
org.apache.maven.plugin.assembly.model.Repository
public class Repository
Defines a Maven repository to be included in the assembly.
Constructor Summary | |
---|---|
Repository()
|
Method Summary | |
---|---|
void |
addGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment)
Method addGroupVersionAlignment. |
List |
getGroupVersionAlignments()
Method getGroupVersionAlignments. |
String |
getScope()
Get specifies the scope for artifacts included in this repository. |
boolean |
isIncludeMetadata()
Get if set to true, this property will trigger the creation of repository metadata which will allow the repository to be used as a functional remote repository. |
void |
removeGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment)
Method removeGroupVersionAlignment. |
void |
setGroupVersionAlignments(List groupVersionAlignments)
Set align a group to a version or an individual artifact. |
void |
setIncludeMetadata(boolean includeMetadata)
Set if set to true, this property will trigger the creation of repository metadata which will allow the repository to be used as a functional remote repository. |
void |
setScope(String scope)
Set specifies the scope for artifacts included in this repository. |
Methods inherited from class org.apache.maven.plugin.assembly.model.SetBase |
---|
addExclude, addInclude, getDirectoryMode, getExcludes, getFileMode, getIncludes, getOutputDirectory, isUseDefaultExcludes, isUseStrictFiltering, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setIncludes, setOutputDirectory, setUseDefaultExcludes, setUseStrictFiltering |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Repository()
Method Detail |
---|
public void addGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment)
groupVersionAlignment
- public List getGroupVersionAlignments()
public String getScope()
public boolean isIncludeMetadata()
public void removeGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment)
groupVersionAlignment
- public void setGroupVersionAlignments(List groupVersionAlignments)
groupVersionAlignments
- public void setIncludeMetadata(boolean includeMetadata)
includeMetadata
- public void setScope(String scope)
scope
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |