Serialized Form


Package org.apache.maven

Class org.apache.maven.BuildAbort extends Error implements Serializable

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

Class org.apache.maven.DuplicateProjectException extends org.apache.maven.MavenExecutionException implements Serializable

Serialized Fields

collisions

Map<K,V> collisions

Class org.apache.maven.InternalErrorException extends org.apache.maven.MavenExecutionException implements Serializable

Class org.apache.maven.MavenExecutionException extends Exception implements Serializable

Serialized Fields

pomFile

File pomFile

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

Serialized Fields

moduleFile

File moduleFile

moduleName

String moduleName

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

Serialized Fields

projectId

String projectId

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


Package org.apache.maven.it

Class org.apache.maven.it.VerificationException extends Exception implements Serializable


Package org.apache.maven.it.util.cli

Class org.apache.maven.it.util.cli.CommandLineException extends Exception implements Serializable


Package org.apache.maven.model.converter

Class org.apache.maven.model.converter.PomTranslationException extends Exception implements Serializable

Serialized Fields

groupId

String groupId

artifactId

String artifactId

version

String version

Class org.apache.maven.model.converter.ProjectConverterException extends Exception implements Serializable


Package org.apache.maven.model.converter.relocators

Class org.apache.maven.model.converter.relocators.NoSuchPluginRelocatorException extends Exception implements Serializable

Serialized Fields

pluginRelocatorId

String pluginRelocatorId

Package org.apache.maven.reporting

Class org.apache.maven.reporting.MavenReportException extends Exception implements Serializable


Package org.apache.maven.shared.artifact.filter.collection

Class org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.maven.shared.dependency.analyzer

Class org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalyzerException extends Exception implements Serializable

serialVersionUID: -5954447543668196977L


Package org.apache.maven.shared.dependency.tree

Class org.apache.maven.shared.dependency.tree.DependencyTreeBuilderException extends Exception implements Serializable

serialVersionUID: -3525803081807951764L


Package org.apache.maven.shared.downloader

Class org.apache.maven.shared.downloader.DownloadException extends Exception implements Serializable

Class org.apache.maven.shared.downloader.DownloadNotFoundException extends Exception implements Serializable


Package org.apache.maven.shared.filtering

Class org.apache.maven.shared.filtering.MavenFilteringException extends Exception implements Serializable


Package org.apache.maven.shared.invoker

Class org.apache.maven.shared.invoker.CommandLineConfigurationException extends Exception implements Serializable

serialVersionUID: 1L

Class org.apache.maven.shared.invoker.MavenInvocationException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.maven.shared.io.download

Class org.apache.maven.shared.io.download.DownloadFailedException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

url

String url

Package org.apache.maven.shared.io.scan

Class org.apache.maven.shared.io.scan.InclusionScanException extends Exception implements Serializable


Package org.apache.maven.shared.model.fileset

Class org.apache.maven.shared.model.fileset.FileSet extends SetBase implements Serializable

Serialized Fields

directory

String directory
Absolute or relative from the module's directory. For example, "src/main/bin" would select this subdirectory of the project in which this dependency is defined.


lineEnding

String lineEnding
Controls the line-endings of files in this fileSet.
Valid values:


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.shared.model.fileset.Mapper extends Object implements Serializable

Serialized Fields

type

String type
Specifies a built-in mapper implementation.
Valid values:


from

String from
Specifies a type-specific pattern for matching source paths which should be mapped.


to

String to
Specifies a type-specific pattern for producing paths based on source paths.


classname

String classname
Allows specification of a custom mapper implementation. The class must be of type org.apache.maven.shared.model.fileset.mappers.FileNameMapper, from the artifact org.apache.maven.shared:file-management.

Class org.apache.maven.shared.model.fileset.SetBase extends Object implements Serializable

Serialized Fields

followSymlinks

boolean followSymlinks
Specifies whether symbolic links should be traversed, or handled as-is.


outputDirectory

String outputDirectory
Specifies the output directory relative to the root of the root directory of the assembly. For example, "log" will put the specified files in the log directory.


useDefaultExcludes

boolean useDefaultExcludes
Whether to include exclusion patterns for common temporary and SCM control files (true by default).


includes

List<E> includes
Field includes.


excludes

List<E> excludes
Field excludes.


fileMode

String fileMode
Similar to a UNIX permission. Format: (User)(Group)(Other) where each component is a sum of Read = 4, Write = 2, and Execute = 1. For example, the default value of 0644 translates to User read-write, Group and Other read-only. (more on unix-style permissions)


directoryMode

String directoryMode
Similar to a UNIX permission. Format: (User)(Group)(Other) where each component is a sum of Read = 4, Write = 2, and Execute = 1. For example, the default value of 0755 translates to User read-write, Group and Other read-only. (more on unix-style permissions)


mapper

Mapper mapper
Specifies the mapper used.


Package org.apache.maven.shared.model.fileset.mappers

Class org.apache.maven.shared.model.fileset.mappers.MapperException extends Exception implements Serializable

serialVersionUID: 20064059145045044L


Package org.apache.maven.shared.osgi

Class org.apache.maven.shared.osgi.ManifestReadingException extends RuntimeException implements Serializable


Package org.apache.maven.shared.repository

Class org.apache.maven.shared.repository.RepositoryAssemblyException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.maven.shared.runtime

Class org.apache.maven.shared.runtime.MavenProjectProperties extends Object implements Serializable

serialVersionUID: 5233832086526764232L

Serialized Fields

groupId

String groupId
The Maven project group id.


artifactId

String artifactId
The Maven project artifact id.


version

String version
The Maven project version.

Class org.apache.maven.shared.runtime.MavenRuntimeException extends Exception implements Serializable

serialVersionUID: 7668151717170021128L



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.