Serialized Form
- 
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.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.MavenExecutionRequestPopulationException
class MavenExecutionRequestPopulationException extends Exception implements Serializable 
 - 
 - 
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 - 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). 
 - 
 
 - 
 
 - 
 - 
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.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
 - 
dataBuffer
byte[] dataBuffer
 - 
dataLength
int dataLength
 - 
dataOffset
int dataOffset
 - 
eventType
int eventType
 - 
exception
Exception exception
 - 
localFile
File localFile
 - 
requestType
int requestType
 - 
transferredBytes
long transferredBytes
 
 - 
 
 - 
 - 
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.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.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
 
 
 -