| Package | Description |
|---|---|
| org.apache.maven.model | |
| org.apache.maven.model.io.xpp3 | |
| org.apache.maven.profiles | |
| org.apache.maven.project |
| Modifier and Type | Field and Description |
|---|---|
private Activation |
Profile.activation
The conditional logic which will automatically trigger the
inclusion of this
profile.
|
| Modifier and Type | Method and Description |
|---|---|
Activation |
Profile.getActivation()
Get the conditional logic which will automatically trigger
the inclusion of this
profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Profile.setActivation(Activation activation)
Set the conditional logic which will automatically trigger
the inclusion of this
profile.
|
| Modifier and Type | Method and Description |
|---|---|
private Activation |
MavenXpp3Reader.parseActivation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivation.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MavenXpp3Writer.writeActivation(Activation activation,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysOnActivation |
| Modifier and Type | Method and Description |
|---|---|
static Activation |
ModelUtils.cloneActivation(Activation src) |
| Modifier and Type | Method and Description |
|---|---|
static Activation |
ModelUtils.cloneActivation(Activation src) |