Serialized Form
- 
Package org.apache.maven
- 
Error org.apache.maven.BuildAbort
class BuildAbort extends Error implements Serializable - 
Exception org.apache.maven.BuildFailureException
class BuildFailureException extends Exception implements Serializable - 
Exception org.apache.maven.DuplicateProjectException
class DuplicateProjectException extends MavenExecutionException implements Serializable - 
Exception org.apache.maven.InternalErrorException
class InternalErrorException extends MavenExecutionException implements Serializable - 
Exception org.apache.maven.MavenExecutionException
class MavenExecutionException extends Exception implements Serializable- 
Serialized Fields
- 
pomFile
File pomFile
 
 - 
 
 - 
 - 
Exception org.apache.maven.MissingModuleException
class MissingModuleException extends MavenExecutionException implements Serializable - 
Exception org.apache.maven.MissingProfilesException
class MissingProfilesException extends Exception implements Serializable - 
Exception org.apache.maven.ProjectBuildFailureException
class ProjectBuildFailureException extends BuildFailureException implements Serializable- 
Serialized Fields
- 
projectId
String projectId
 
 - 
 
 - 
 - 
Exception org.apache.maven.ProjectCycleException
class ProjectCycleException extends BuildFailureException implements Serializable 
 - 
 - 
Package org.apache.maven.artifact
- 
Exception org.apache.maven.artifact.DependencyResolutionRequiredException
class DependencyResolutionRequiredException extends Exception implements Serializable - 
Exception org.apache.maven.artifact.InvalidArtifactRTException
class InvalidArtifactRTException extends RuntimeException implements Serializable - 
Exception org.apache.maven.artifact.InvalidRepositoryException
class InvalidRepositoryException extends Exception implements Serializable- 
Serialized Fields
- 
repositoryId
String repositoryId
 
 - 
 
 - 
 - 
Exception org.apache.maven.artifact.UnknownRepositoryLayoutException
class UnknownRepositoryLayoutException extends InvalidRepositoryException implements Serializable- 
Serialized Fields
- 
layoutId
String layoutId
 
 - 
 
 - 
 
 - 
 - 
Package org.apache.maven.artifact.deployer
- 
Exception org.apache.maven.artifact.deployer.ArtifactDeploymentException
class ArtifactDeploymentException extends Exception implements Serializable 
 - 
 - 
Package org.apache.maven.artifact.installer
- 
Exception org.apache.maven.artifact.installer.ArtifactInstallationException
class ArtifactInstallationException extends Exception implements Serializable 
 - 
 - 
Package org.apache.maven.artifact.manager
- 
Exception org.apache.maven.artifact.manager.WagonConfigurationException
class WagonConfigurationException extends WagonConfigurationException implements Serializable 
 - 
 - 
Package org.apache.maven.artifact.metadata
- 
Exception org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
class ArtifactMetadataRetrievalException extends ArtifactMetadataRetrievalException implements Serializable 
 - 
 - 
Package org.apache.maven.artifact.repository
- 
Class org.apache.maven.artifact.repository.DefaultArtifactRepository
class DefaultArtifactRepository extends org.apache.maven.wagon.repository.Repository implements Serializable- 
Serialized Fields
- 
authentication
Authentication authentication
Deprecated. - 
blacklisted
boolean blacklisted
Deprecated. - 
blocked
boolean blocked
Deprecated. - 
layout
ArtifactRepositoryLayout layout
Deprecated. - 
mirroredRepositories
List<ArtifactRepository> mirroredRepositories
Deprecated. - 
proxy
Proxy proxy
Deprecated. - 
releases
ArtifactRepositoryPolicy releases
Deprecated. - 
snapshots
ArtifactRepositoryPolicy snapshots
Deprecated. 
 - 
 
 - 
 
 - 
 - 
Package org.apache.maven.artifact.repository.metadata
- 
Class org.apache.maven.artifact.repository.metadata.Metadata
class Metadata extends Object implements Serializable - 
Class org.apache.maven.artifact.repository.metadata.Plugin
class Plugin extends Object implements Serializable - 
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataDeploymentException
class RepositoryMetadataDeploymentException extends Throwable implements Serializable - 
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataInstallationException
class RepositoryMetadataInstallationException extends Throwable implements Serializable - 
Exception org.apache.maven.artifact.repository.metadata.RepositoryMetadataReadException
class RepositoryMetadataReadException extends Exception implements Serializable - 
Exception org.apache.maven.artifact.repository.metadata.RepositoryMetadataResolutionException
class RepositoryMetadataResolutionException extends Exception implements Serializable - 
Exception org.apache.maven.artifact.repository.metadata.RepositoryMetadataStoreException
class RepositoryMetadataStoreException extends Exception implements Serializable - 
Class org.apache.maven.artifact.repository.metadata.Snapshot
class Snapshot extends Object implements Serializable- 
Serialized Fields
- 
buildNumber
int buildNumber
 - 
localCopy
boolean localCopy
 - 
timestamp
String timestamp
 
 - 
 
 - 
 - 
Class org.apache.maven.artifact.repository.metadata.SnapshotVersion
class SnapshotVersion extends Object implements Serializable - 
Class org.apache.maven.artifact.repository.metadata.Versioning
class Versioning extends Object implements Serializable 
 - 
 - 
Package org.apache.maven.artifact.resolver
- 
Exception org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
class AbstractArtifactResolutionException extends Exception implements Serializable - 
Exception org.apache.maven.artifact.resolver.ArtifactNotFoundException
class ArtifactNotFoundException extends AbstractArtifactResolutionException implements Serializable- 
Serialized Fields
- 
downloadUrl
String downloadUrl
 
 - 
 
 - 
 - 
Exception org.apache.maven.artifact.resolver.ArtifactResolutionException
class ArtifactResolutionException extends AbstractArtifactResolutionException implements Serializable - 
Exception org.apache.maven.artifact.resolver.CyclicDependencyException
class CyclicDependencyException extends ArtifactResolutionException implements Serializable- 
Serialized Fields
- 
artifact
Artifact artifact
 
 - 
 
 - 
 - 
Exception org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException
class MultipleArtifactsNotFoundException extends ArtifactResolutionException implements Serializable 
 - 
 - 
Package org.apache.maven.artifact.versioning
- 
Exception org.apache.maven.artifact.versioning.InvalidVersionSpecificationException
class InvalidVersionSpecificationException extends Exception implements Serializable - 
Class org.apache.maven.artifact.versioning.ManagedVersionMap
 - 
Exception org.apache.maven.artifact.versioning.OverConstrainedVersionException
class OverConstrainedVersionException extends ArtifactResolutionException implements Serializable 
 - 
 - 
Package org.apache.maven.execution
- 
Exception org.apache.maven.execution.BuildResumptionPersistenceException
class BuildResumptionPersistenceException extends Exception implements Serializable - 
Exception org.apache.maven.execution.MavenExecutionRequestPopulationException
class MavenExecutionRequestPopulationException extends Exception implements Serializable 
 - 
 - 
Package org.apache.maven.plugin
- 
Exception org.apache.maven.plugin.AbstractMojoExecutionException
class AbstractMojoExecutionException extends Exception implements Serializable - 
Exception org.apache.maven.plugin.CycleDetectedInPluginGraphException
class CycleDetectedInPluginGraphException extends Exception implements Serializable- 
Serialized Fields
- 
plugin
Plugin plugin
 
 - 
 
 - 
 - 
Exception org.apache.maven.plugin.InvalidPluginDescriptorException
class InvalidPluginDescriptorException extends Exception implements Serializable - 
Exception org.apache.maven.plugin.InvalidPluginException
class InvalidPluginException extends Exception implements Serializable - 
Exception org.apache.maven.plugin.MojoExecutionException
class MojoExecutionException extends AbstractMojoExecutionException implements Serializable - 
Exception org.apache.maven.plugin.MojoFailureException
class MojoFailureException extends AbstractMojoExecutionException implements Serializable - 
Exception org.apache.maven.plugin.MojoNotFoundException
class MojoNotFoundException extends Exception implements Serializable- 
Serialized Fields
- 
goal
String goal
 - 
pluginDescriptor
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor
 
 - 
 
 - 
 - 
Exception org.apache.maven.plugin.PluginConfigurationException
class PluginConfigurationException extends Exception implements Serializable- 
Serialized Fields
- 
originalMessage
String originalMessage
 - 
pluginDescriptor
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor
 
 - 
 
 - 
 - 
Exception org.apache.maven.plugin.PluginContainerException
class PluginContainerException extends PluginManagerException implements Serializable- 
Serialized Fields
- 
pluginRealm
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm
 
 - 
 
 - 
 - 
Exception org.apache.maven.plugin.PluginDescriptorParsingException
class PluginDescriptorParsingException extends Exception implements Serializable - 
Exception org.apache.maven.plugin.PluginExecutionException
class PluginExecutionException extends PluginManagerException implements Serializable- 
Serialized Fields
- 
mojoExecution
MojoExecution mojoExecution
 
 - 
 
 - 
 - 
Exception org.apache.maven.plugin.PluginIncompatibleException
class PluginIncompatibleException extends PluginManagerException implements Serializable - 
Exception org.apache.maven.plugin.PluginLoaderException
class PluginLoaderException extends Exception implements Serializable- 
Serialized Fields
- 
pluginKey
String pluginKey
 
 - 
 
 - 
 - 
Exception org.apache.maven.plugin.PluginManagerException
class PluginManagerException extends Exception implements Serializable- 
Serialized Fields
- 
goal
String goal
 - 
pluginArtifactId
String pluginArtifactId
 - 
pluginGroupId
String pluginGroupId
 - 
pluginVersion
String pluginVersion
 - 
project
MavenProject project
 
 - 
 
 - 
 - 
Exception org.apache.maven.plugin.PluginNotFoundException
class PluginNotFoundException extends AbstractArtifactResolutionException implements Serializable- 
Serialized Fields
- 
plugin
Plugin plugin
 
 - 
 
 - 
 - 
Exception org.apache.maven.plugin.PluginParameterException
class PluginParameterException extends PluginConfigurationException implements Serializable- 
Serialized Fields
- 
mojo
org.apache.maven.plugin.descriptor.MojoDescriptor mojo
 - 
parameters
List<org.apache.maven.plugin.descriptor.Parameter> parameters
 
 - 
 
 - 
 - 
Exception org.apache.maven.plugin.PluginResolutionException
class PluginResolutionException extends Exception implements Serializable- 
Serialized Fields
- 
plugin
Plugin plugin
 
 - 
 
 - 
 
 - 
 - 
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 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.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. Valid values are "fail" (default for Maven 4 and above), "warn" (default for Maven 2 and 3) or "ignore". - 
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). 
 - 
 
 - 
 
 - 
 - 
Package org.apache.maven.profiles.activation
- 
Exception org.apache.maven.profiles.activation.ProfileActivationException
class ProfileActivationException extends Exception implements Serializable- serialVersionUID:
 - -90820222109103638L
 
 
 - 
 - 
Package org.apache.maven.project
- 
Exception org.apache.maven.project.DependencyResolutionException
class DependencyResolutionException extends Exception implements Serializable - 
Exception org.apache.maven.project.DuplicateArtifactAttachmentException
class DuplicateArtifactAttachmentException extends RuntimeException implements Serializable- 
Serialized Fields
- 
artifact
Artifact artifact
 - 
project
MavenProject project
 
 - 
 
 - 
 - 
Exception org.apache.maven.project.DuplicateProjectException
class DuplicateProjectException extends Exception implements Serializable - 
Exception org.apache.maven.project.InvalidProjectModelException
class InvalidProjectModelException extends ProjectBuildingException implements Serializable- 
Serialized Fields
- 
validationResult
ModelValidationResult validationResult
Deprecated. 
 - 
 
 - 
 - 
Exception org.apache.maven.project.InvalidProjectVersionException
class InvalidProjectVersionException extends ProjectBuildingException implements Serializable - 
Exception org.apache.maven.project.MissingRepositoryElementException
class MissingRepositoryElementException extends InvalidRepositoryException implements Serializable - 
Exception org.apache.maven.project.ProjectBuildingException
class ProjectBuildingException extends Exception implements Serializable- 
Serialized Fields
- 
pomFile
File pomFile
 - 
projectId
String projectId
 - 
results
List<ProjectBuildingResult> results
 
 - 
 
 - 
 
 - 
 - 
Package org.apache.maven.project.artifact
- 
Exception org.apache.maven.project.artifact.InvalidDependencyVersionException
class InvalidDependencyVersionException extends InvalidProjectVersionException implements Serializable- 
Serialized Fields
- 
dependency
Dependency dependency
 
 - 
 
 - 
 
 - 
 - 
Package org.apache.maven.project.interpolation
- 
Exception org.apache.maven.project.interpolation.ModelInterpolationException
class ModelInterpolationException extends Exception implements Serializable 
 - 
 - 
Package org.apache.maven.reporting
- 
Exception org.apache.maven.reporting.MavenReportException
class MavenReportException extends Exception implements Serializable 
 - 
 - 
Package org.apache.maven.repository
- 
Exception org.apache.maven.repository.ArtifactDoesNotExistException
class ArtifactDoesNotExistException extends Exception implements Serializable - 
Class org.apache.maven.repository.ArtifactTransferEvent
class ArtifactTransferEvent extends EventObject implements Serializable- 
Serialized Fields
- 
artifact
ArtifactTransferResource artifact
Deprecated. - 
dataBuffer
byte[] dataBuffer
Deprecated. - 
dataLength
int dataLength
Deprecated. - 
dataOffset
int dataOffset
Deprecated. - 
eventType
int eventType
Deprecated. - 
exception
Exception exception
Deprecated. - 
localFile
File localFile
Deprecated. - 
requestType
int requestType
Deprecated. - 
transferredBytes
long transferredBytes
Deprecated. 
 - 
 
 - 
 - 
Exception org.apache.maven.repository.ArtifactTransferFailedException
class ArtifactTransferFailedException extends Exception implements Serializable - 
Exception org.apache.maven.repository.LocalRepositoryNotAccessibleException
class LocalRepositoryNotAccessibleException extends IOException implements Serializable - 
Exception org.apache.maven.repository.VersionNotFoundException
class VersionNotFoundException extends Exception implements Serializable- 
Serialized Fields
- 
cause
InvalidVersionSpecificationException cause
 - 
dependency
Dependency dependency
 - 
pomFile
File pomFile
 - 
projectId
String projectId
 
 - 
 
 - 
 
 - 
 - 
Package org.apache.maven.repository.legacy
- 
Exception org.apache.maven.repository.legacy.ChecksumFailedException
class ChecksumFailedException extends org.apache.maven.wagon.TransferFailedException implements Serializable - 
Exception org.apache.maven.repository.legacy.WagonConfigurationException
class WagonConfigurationException extends org.apache.maven.wagon.TransferFailedException implements Serializable- serialVersionUID:
 - 1L
 
 
 - 
 - 
Package org.apache.maven.repository.legacy.metadata
- 
Exception org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
class ArtifactMetadataRetrievalException extends Exception implements Serializable- 
Serialized Fields
- 
artifact
Artifact artifact
Deprecated. 
 - 
 
 - 
 
 - 
 - 
Package org.apache.maven.repository.legacy.resolver.conflict
- 
Exception org.apache.maven.repository.legacy.resolver.conflict.ConflictResolverNotFoundException
class ConflictResolverNotFoundException extends Exception implements Serializable- serialVersionUID:
 - 3372412184339653914L
 
 
 - 
 - 
Package org.apache.maven.repository.metadata
- 
Exception org.apache.maven.repository.metadata.GraphConflictResolutionException
class GraphConflictResolutionException extends Exception implements Serializable- serialVersionUID:
 - 2677613140287940255L
 
 - 
Exception org.apache.maven.repository.metadata.MetadataGraphTransformationException
class MetadataGraphTransformationException extends Exception implements Serializable- serialVersionUID:
 - -4029897098314019152L
 
 - 
Exception org.apache.maven.repository.metadata.MetadataResolutionException
class MetadataResolutionException extends Exception implements Serializable - 
Exception org.apache.maven.repository.metadata.MetadataRetrievalException
class MetadataRetrievalException extends Exception implements Serializable- 
Serialized Fields
- 
artifact
ArtifactMetadata artifact
 
 - 
 
 - 
 
 - 
 - 
Package org.apache.maven.settings
- 
Class org.apache.maven.settings.Activation
class Activation extends BaseObject implements Serializable - 
Class org.apache.maven.settings.ActivationFile
class ActivationFile extends BaseObject implements Serializable - 
Class org.apache.maven.settings.ActivationOS
class ActivationOS extends BaseObject implements Serializable - 
Class org.apache.maven.settings.ActivationProperty
class ActivationProperty extends BaseObject implements Serializable - 
Class org.apache.maven.settings.BaseObject
class BaseObject extends Object implements Serializable- 
Serialized Fields
- 
delegate
Object delegate
 
 - 
 
 - 
 - 
Class org.apache.maven.settings.IdentifiableBase
class IdentifiableBase extends TrackableBase implements Serializable - 
Class org.apache.maven.settings.Mirror
class Mirror extends IdentifiableBase implements Serializable - 
Class org.apache.maven.settings.Profile
class Profile extends IdentifiableBase implements Serializable - 
Class org.apache.maven.settings.Proxy
class Proxy extends IdentifiableBase implements Serializable - 
Class org.apache.maven.settings.Repository
class Repository extends RepositoryBase implements Serializable - 
Class org.apache.maven.settings.RepositoryBase
class RepositoryBase extends IdentifiableBase implements Serializable - 
Class org.apache.maven.settings.RepositoryPolicy
class RepositoryPolicy extends BaseObject implements Serializable - 
Class org.apache.maven.settings.Server
class Server extends IdentifiableBase implements Serializable - 
Class org.apache.maven.settings.Settings
class Settings extends TrackableBase implements Serializable - 
Exception org.apache.maven.settings.SettingsConfigurationException
class SettingsConfigurationException extends Exception implements Serializable- 
Serialized Fields
- 
columnNumber
int columnNumber
 - 
lineNumber
int lineNumber
 
 - 
 
 - 
 - 
Class org.apache.maven.settings.TrackableBase
class TrackableBase extends BaseObject implements Serializable- 
Serialized Fields
- 
sourceLevel
String sourceLevel
 - 
sourceLevelSet
boolean sourceLevelSet
 
 - 
 
 - 
 
 - 
 - 
Package org.apache.maven.toolchain
- 
Exception org.apache.maven.toolchain.MisconfiguredToolchainException
class MisconfiguredToolchainException extends Exception implements Serializable 
 - 
 - 
Package org.apache.maven.usability.plugin
- 
Class org.apache.maven.usability.plugin.Expression
class Expression extends Object implements Serializable- 
Serialized Fields
- 
apiMethods
Properties apiMethods
Field apiMethods. - 
ban
String ban
A preferred alternative to this expression, in the case where it's banned from use. - 
cliOptions
Properties cliOptions
Field cliOptions. - 
configuration
String configuration
The place and syntax used to change the value of this expression. - 
deprecation
String deprecation
A preferred alternative to this expression, in the case where it's deprecated. - 
description
String description
The description of what this expression references, and what it's generally used for. - 
editable
boolean editable
Whether the value of this expression can be changed. - 
syntax
String syntax
The syntax of the expression. 
 - 
 
 - 
 - 
Class org.apache.maven.usability.plugin.ExpressionDocumentation
class ExpressionDocumentation extends Object implements Serializable- 
Serialized Fields
- 
expressions
List<Expression> expressions
Field expressions. - 
expressionsBySyntax
Map expressionsBySyntax
 - 
modelEncoding
String modelEncoding
Field modelEncoding. 
 - 
 
 - 
 - 
Exception org.apache.maven.usability.plugin.ExpressionDocumentationException
class ExpressionDocumentationException extends Exception implements Serializable- serialVersionUID:
 - 1L
 
 
 -