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 and Description |
---|---|
Profile |
Profile.clone()
Method clone.
|
Profile |
Profile.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
List<Profile> |
Model.getProfiles()
Method getProfiles.
|
List<Profile> |
Model.getProfiles()
Method getProfiles.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addProfile(Profile profile)
Method addProfile.
|
void |
Model.addProfile(Profile profile)
Method addProfile.
|
void |
Model.removeProfile(Profile profile)
Method removeProfile.
|
void |
Model.removeProfile(Profile profile)
Method removeProfile.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setProfiles(List<Profile> profiles)
Set a listing of project-local build profiles which will
modify the build process
when activated.
|
void |
Model.setProfiles(List<Profile> profiles)
Set a listing of project-local build profiles which will
modify the build process
when activated.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
ModelMerger.getProfileKey(Profile profile) |
protected Object |
ModelMerger.getProfileKey(Profile profile) |
protected void |
ModelMerger.mergeProfile(Profile target,
Profile source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeProfile(Profile target,
Profile source,
boolean sourceDominant,
Map<Object,Object> context) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.