profiles
Profiles
package
org.apache.maven.profiles
ProfilesRoot
1.0.0
Root element of the profiles.xml file.
profiles
1.0.0
Profile
*
activeProfiles
1.0.0
String
*
Profile
1.0.0
id
true
1.0.0
String
The ID of this build profile, for activation
purposes.
activation
1.0.0
Activation
properties
Extended configuration specific to this profile goes
here.
Properties
String
*
repositories
1.0.0
Repository
*
pluginRepositories
1.0.0
Repository
*
Activation
1.0.0
jdk
1.0.0
String
property
1.0.0
ActivationProperty
Repository
1.0.0
id
1.0.0
String
name
1.0.0
String
url
1.0.0
String
snapshotPolicy
1.0.0
The policy for downloading snapshots - can be "always",
"daily" (default), "interval:XXX" (in minutes) or "never".
String
daily
layout
1.0.0
The type of layout this repository uses for locating and
storing artifacts - can be "legacy" or "default".
String
default
checksumPolicy
1.0.0
What to do when verification of an artifact checksum fails - warn, fail, etc. Valid values are
"fail" or "warn"
String
warn
1.0.0
ActivationProperty
1.0.0
name
1.0.0
String
true
The name of the property to be used to activate a profile
value
1.0.0
String
The value of the property to be used to activate a profile