Serialized Form


Package org.apache.maven

Class org.apache.maven.AggregatedBuildFailureException extends BuildFailureException implements Serializable

Serialized Fields

executionRootDirectory

java.lang.String executionRootDirectory

binding

MojoBinding binding

Class org.apache.maven.BuildFailureException extends java.lang.Exception implements Serializable

Class org.apache.maven.InvalidTaskException extends BuildFailureException implements Serializable

Serialized Fields

task

java.lang.String task

Class org.apache.maven.NoGoalsSpecifiedException extends BuildFailureException implements Serializable

Class org.apache.maven.ProjectBuildFailureException extends BuildFailureException implements Serializable

Serialized Fields

projectId

java.lang.String projectId

binding

MojoBinding binding

Class org.apache.maven.ProjectCycleException extends BuildFailureException implements Serializable

Serialized Fields

projects

java.util.List<E> projects

Package org.apache.maven.execution

Class org.apache.maven.execution.DuplicateProjectException extends java.lang.Exception implements Serializable

Serialized Fields

projectId

java.lang.String projectId

existingProjectFile

java.io.File existingProjectFile

conflictingProjectFile

java.io.File conflictingProjectFile

Package org.apache.maven.lifecycle

Class org.apache.maven.lifecycle.LifecycleException extends java.lang.Exception implements Serializable

Class org.apache.maven.lifecycle.LifecycleExecutionException extends java.lang.Exception implements Serializable

Serialized Fields

project

MavenProject project

Class org.apache.maven.lifecycle.LifecycleLoaderException extends LifecycleException implements Serializable

Class org.apache.maven.lifecycle.LifecycleSpecificationException extends LifecycleException implements Serializable

Class org.apache.maven.lifecycle.NoSuchLifecycleException extends LifecycleSpecificationException implements Serializable

Serialized Fields

packaging

java.lang.String packaging

Class org.apache.maven.lifecycle.NoSuchPhaseException extends LifecycleSpecificationException implements Serializable

Serialized Fields

phase

java.lang.String phase

Package org.apache.maven.lifecycle.plan

Class org.apache.maven.lifecycle.plan.LifecyclePlannerException extends LifecycleException implements Serializable


Package org.apache.maven.plugin

Class org.apache.maven.plugin.AbstractMojoExecutionException extends java.lang.Exception implements Serializable

Serialized Fields

source

java.lang.Object source

longMessage

java.lang.String longMessage

Class org.apache.maven.plugin.InvalidPluginException extends java.lang.Exception implements Serializable

Class org.apache.maven.plugin.MojoExecutionException extends AbstractMojoExecutionException implements Serializable

Class org.apache.maven.plugin.MojoFailureException extends AbstractMojoExecutionException implements Serializable

Class org.apache.maven.plugin.PluginConfigurationException extends java.lang.Exception implements Serializable

Serialized Fields

pluginDescriptor

PluginDescriptor pluginDescriptor

originalMessage

java.lang.String originalMessage

Class org.apache.maven.plugin.PluginContainerException extends PluginManagerException implements Serializable

Serialized Fields

pluginRealm

org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm

Class org.apache.maven.plugin.PluginExecutionException extends PluginManagerException implements Serializable

Serialized Fields

mojoExecution

MojoExecution mojoExecution

Class org.apache.maven.plugin.PluginManagerException extends java.lang.Exception implements Serializable

Serialized Fields

pluginGroupId

java.lang.String pluginGroupId

pluginArtifactId

java.lang.String pluginArtifactId

pluginVersion

java.lang.String pluginVersion

goal

java.lang.String goal

project

MavenProject project

Class org.apache.maven.plugin.PluginNotFoundException extends AbstractArtifactResolutionException implements Serializable

Serialized Fields

plugin

Plugin plugin

Class org.apache.maven.plugin.PluginParameterException extends PluginConfigurationException implements Serializable

Serialized Fields

parameters

java.util.List<E> parameters

mojo

MojoDescriptor mojo

Package org.apache.maven.plugin.loader

Class org.apache.maven.plugin.loader.PluginLoaderException extends java.lang.Exception implements Serializable

Serialized Fields

pluginKey

java.lang.String pluginKey

Package org.apache.maven.plugin.version

Class org.apache.maven.plugin.version.PluginVersionNotFoundException extends java.lang.Exception implements Serializable

Serialized Fields

groupId

java.lang.String groupId

artifactId

java.lang.String artifactId

Class org.apache.maven.plugin.version.PluginVersionResolutionException extends java.lang.Exception implements Serializable

Serialized Fields

groupId

java.lang.String groupId

artifactId

java.lang.String artifactId

baseMessage

java.lang.String baseMessage

Package org.apache.maven.reactor

Class org.apache.maven.reactor.MavenExecutionException extends java.lang.Exception implements Serializable

Serialized Fields

pomFile

java.io.File pomFile

Class org.apache.maven.reactor.MissingModuleException extends MavenExecutionException implements Serializable

Serialized Fields

moduleFile

java.io.File moduleFile

moduleName

java.lang.String moduleName

Package org.apache.maven.realm

Class org.apache.maven.realm.RealmManagementException extends java.lang.Exception implements Serializable

Serialized Fields

realmId

java.lang.String realmId

offendingGroupId

java.lang.String offendingGroupId

offendingArtifactId

java.lang.String offendingArtifactId

offendingVersion

java.lang.String offendingVersion

Package org.apache.maven.settings

Class org.apache.maven.settings.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.settings.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.settings.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.settings.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.settings.IdentifiableBase extends TrackableBase implements Serializable

Serialized Fields

id

java.lang.String id
Field id.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.settings.Mirror extends IdentifiableBase implements Serializable

Serialized Fields

mirrorOf

java.lang.String mirrorOf
The server ID of the repository being mirrored, eg "central". This MUST NOT match the mirror id.


name

java.lang.String name
The optional name that describes the mirror.


url

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


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.settings.Profile extends IdentifiableBase implements Serializable

Serialized Fields

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.settings.Proxy extends IdentifiableBase implements Serializable

Serialized Fields

active

boolean active
Whether this proxy configuration is the active one.


protocol

java.lang.String protocol
The proxy protocol.


username

java.lang.String username
The proxy user.


password

java.lang.String password
The proxy password.


port

int port
The proxy port.


host

java.lang.String host
The proxy host.


nonProxyHosts

java.lang.String nonProxyHosts
The list of non-proxied hosts (delimited by |).


modelEncoding

java.lang.String modelEncoding

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

Class org.apache.maven.settings.Server extends IdentifiableBase implements Serializable

Serialized Fields

username

java.lang.String username
The username used to authenticate.


password

java.lang.String password
The password used in conjunction with the username to authenticate.


privateKey

java.lang.String privateKey
The private key location used to authenticate.


passphrase

java.lang.String passphrase
The passphrase used in conjunction with the privateKey to authenticate.


filePermissions

java.lang.String filePermissions
The permissions for files when they are created.


directoryPermissions

java.lang.String directoryPermissions
The permissions for directories when they are created.


configuration

java.lang.Object configuration
Extra configuration for the transport layer.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.settings.Settings extends TrackableBase implements Serializable

Serialized Fields

localRepository

java.lang.String localRepository
The local repository.


interactiveMode

boolean interactiveMode
Whether Maven should attempt to interact with the user for input.


usePluginRegistry

boolean usePluginRegistry
Whether Maven should use the plugin-registry.xml file to manage plugin versions.


offline

boolean offline
Indicate whether maven should operate in offline mode full-time.


proxies

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


servers

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


mirrors

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


profiles

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


activeProfiles

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


pluginGroups

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


activeProxy

Proxy activeProxy

profileMap

java.util.Map<K,V> profileMap

runtimeInfo

RuntimeInfo runtimeInfo

modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.settings.SettingsConfigurationException extends java.lang.Exception implements Serializable

Serialized Fields

lineNumber

int lineNumber

columnNumber

int columnNumber

Class org.apache.maven.settings.TrackableBase extends java.lang.Object implements Serializable

Serialized Fields

sourceLevel

java.lang.String sourceLevel

sourceLevelSet

boolean sourceLevelSet

modelEncoding

java.lang.String modelEncoding



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