|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.plugin.assembly.model.GroupVersionAlignment
Defines a Maven repository to be included in the assembly.
| Constructor Summary | |
GroupVersionAlignment()
|
|
| Method Summary | |
void |
addExclude(java.lang.String string)
Method addExclude. |
java.util.List |
getExcludes()
Method getExcludes. |
java.lang.String |
getId()
Get the groupId for which you want to align the versions. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getVersion()
Get the version you want to align this group to. |
void |
removeExclude(java.lang.String string)
Method removeExclude. |
void |
setExcludes(java.util.List excludes)
Set artifact Ids of the artifacts you want excluded from version alignment. |
void |
setId(java.lang.String id)
Set the groupId for which you want to align the versions. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setVersion(java.lang.String version)
Set the version you want to align this group to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GroupVersionAlignment()
| Method Detail |
public void addExclude(java.lang.String string)
string - public java.util.List getExcludes()
public java.lang.String getId()
public java.lang.String getVersion()
public void removeExclude(java.lang.String string)
string - public void setExcludes(java.util.List excludes)
excludes - public void setId(java.lang.String id)
id - public void setVersion(java.lang.String version)
version - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||