| Package | Description |
|---|---|
| org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
| org.apache.maven.model.merge |
POM merger.
|
| Modifier and Type | Method | Description |
|---|---|---|
Activation |
Activation.clone() |
Method clone.
|
Activation |
Profile.getActivation() |
Get the conditional logic which will automatically trigger
the inclusion of this
profile.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Profile.setActivation(Activation activation) |
Set the conditional logic which will automatically trigger
the inclusion of this
profile.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
ModelMerger.mergeActivation(Activation target,
Activation source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |