Serialized Form
-
Package org.apache.maven.profiles
-
Class org.apache.maven.profiles.Activation
class Activation extends Object implements Serializable-
Serialized Fields
-
activeByDefault
boolean activeByDefault
Flag specifying whether this profile is active as a default. -
file
ActivationFile file
Specifies that this profile will be activated based on existence of a file. -
jdk
String jdk
Specifies that this profile will be activated when a matching JDK is detected. -
os
ActivationOS os
Specifies that this profile will be activated when matching OS attributes are detected. -
property
ActivationProperty property
Specifies that this profile will be activated when this System property is specified.
-
-
-
Class org.apache.maven.profiles.ActivationFile
class ActivationFile extends Object implements Serializable -
Class org.apache.maven.profiles.ActivationOS
class ActivationOS extends Object implements Serializable-
Serialized Fields
-
arch
String arch
The architecture of the OS to be used to activate a profile. -
family
String family
The general family of the OS to be used to activate a profile (e.g. 'windows'). -
name
String name
The name of the OS to be used to activate a profile. -
version
String version
The version of the OS to be used to activate a profile.
-
-
-
Class org.apache.maven.profiles.ActivationProperty
class ActivationProperty extends Object implements Serializable -
Class org.apache.maven.profiles.AlwaysOnActivation
class AlwaysOnActivation extends org.apache.maven.model.Activation implements Serializable -
Class org.apache.maven.profiles.Profile
class Profile extends Object implements Serializable-
Serialized Fields
-
activation
Activation activation
The conditional logic which will automatically trigger the inclusion of this profile. -
id
String id
The ID of this build profile, for activation purposes. -
pluginRepositories
List<Repository> pluginRepositories
This may be removed or relocated in the near future. It is undecided whether plugins really need a remote repository set of their own. -
properties
Properties properties
Field properties. -
repositories
List<Repository> repositories
Field repositories.
-
-
-
Class org.apache.maven.profiles.ProfilesRoot
class ProfilesRoot extends Object implements Serializable -
Class org.apache.maven.profiles.Repository
class Repository extends RepositoryBase implements Serializable-
Serialized Fields
-
releases
RepositoryPolicy releases
How to handle downloading of releases from this repository. -
snapshots
RepositoryPolicy snapshots
How to handle downloading of snapshots from this repository.
-
-
-
Class org.apache.maven.profiles.RepositoryBase
class RepositoryBase extends Object implements Serializable -
Class org.apache.maven.profiles.RepositoryPolicy
class RepositoryPolicy extends Object implements Serializable-
Serialized Fields
-
checksumPolicy
String checksumPolicy
What to do when verification of an artifact checksum fails - warn, fail, etc. Valid values are "fail" or "warn". -
enabled
boolean enabled
Whether to use this repository for downloading this type of artifact. -
updatePolicy
String updatePolicy
The frequency for downloading updates - can be "always", "daily" (default), "interval:XXX" (in minutes) or "never" (only if it doesn't exist locally).
-
-
-