Serialized Form


Package org.apache.maven.profiles

Class org.apache.maven.profiles.Activation extends java.lang.Object implements Serializable

Serialized Fields

activeByDefault

boolean activeByDefault
Flag specifying whether this profile is active as a default.


jdk

java.lang.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.


file

ActivationFile file
Specifies that this profile will be activated based on existence of a file.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.profiles.ActivationFile extends java.lang.Object implements Serializable

Serialized Fields

missing

java.lang.String missing
The name of the file that should be missing to activate a profile.


exists

java.lang.String exists
The name of the file that should exist to activate a profile.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.profiles.ActivationOS extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the OS to be used to activate a profile.


family

java.lang.String family
The general family of the OS to be used to activate a profile (e.g. 'windows').


arch

java.lang.String arch
The architecture of the OS to be used to activate a profile.


version

java.lang.String version
The version of the OS to be used to activate a profile.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.profiles.ActivationProperty extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the property to be used to activate a profile.


value

java.lang.String value
The value of the property to be used to activate a profile.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.profiles.AlwaysOnActivation extends Activation implements Serializable

Class org.apache.maven.profiles.Profile extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
The ID of this build profile, for activation purposes.


activation

Activation activation
The conditional logic which will automatically trigger the inclusion of this profile.


properties

java.util.Properties properties
Field properties.


repositories

java.util.List<E> repositories
Field repositories.


pluginRepositories

java.util.List<E> 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.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.profiles.ProfilesRoot extends java.lang.Object implements Serializable

Serialized Fields

profiles

java.util.List<E> profiles
Field profiles.


activeProfiles

java.util.List<E> activeProfiles
Field activeProfiles.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.profiles.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.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.profiles.RepositoryBase extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
A unique identifier for a repository.


name

java.lang.String name
Human readable name of the repository .


url

java.lang.String url
The url of the repository .


layout

java.lang.String layout
The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.profiles.RepositoryPolicy extends java.lang.Object implements Serializable

Serialized Fields

enabled

boolean enabled
Whether to use this repository for downloading this type of artifact.


updatePolicy

java.lang.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).


checksumPolicy

java.lang.String checksumPolicy
What to do when verification of an artifact checksum fails - warn, fail, etc. Valid values are "fail" or "warn".


modelEncoding

java.lang.String modelEncoding

Package org.apache.maven.profiles.activation

Class org.apache.maven.profiles.activation.ProfileActivationException extends java.lang.Exception implements Serializable


Package org.apache.maven.project

Class org.apache.maven.project.DuplicateArtifactAttachmentException extends java.lang.RuntimeException implements Serializable

Serialized Fields

artifact

Artifact artifact

project

MavenProject project

Class org.apache.maven.project.InvalidProjectModelException extends ProjectBuildingException implements Serializable

Serialized Fields

validationResult

ModelValidationResult validationResult

Class org.apache.maven.project.InvalidProjectVersionException extends ProjectBuildingException implements Serializable

Serialized Fields

locationInPom

java.lang.String locationInPom

offendingVersion

java.lang.String offendingVersion

Class org.apache.maven.project.MissingRepositoryElementException extends InvalidRepositoryException implements Serializable

Class org.apache.maven.project.ProjectBuildingException extends java.lang.Exception implements Serializable

Serialized Fields

projectId

java.lang.String projectId

pomFile

java.io.File pomFile

Package org.apache.maven.project.artifact

Class org.apache.maven.project.artifact.InvalidDependencyVersionException extends InvalidProjectVersionException implements Serializable

Serialized Fields

dependency

Dependency dependency



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.