Serialized Form
-
Package org.apache.maven
-
Class org.apache.maven.BuildAbort extends java.lang.Error implements Serializable
-
Class org.apache.maven.BuildFailureException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.DuplicateProjectException extends MavenExecutionException implements Serializable
-
Serialized Fields
-
collisions
java.util.Map<java.lang.String,java.util.List<java.io.File>> collisions
-
-
-
Class org.apache.maven.InternalErrorException extends MavenExecutionException implements Serializable
-
Class org.apache.maven.MavenExecutionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
pomFile
java.io.File pomFile
-
-
-
Class org.apache.maven.MissingModuleException extends MavenExecutionException implements Serializable
-
Serialized Fields
-
moduleFile
java.io.File moduleFile
-
moduleName
java.lang.String moduleName
-
-
-
Class org.apache.maven.ProjectBuildFailureException extends BuildFailureException implements Serializable
-
Serialized Fields
-
projectId
java.lang.String projectId
-
-
-
Class org.apache.maven.ProjectCycleException extends BuildFailureException implements Serializable
-
-
Package org.apache.maven.artifact
-
Class org.apache.maven.artifact.DependencyResolutionRequiredException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.artifact.InvalidArtifactRTException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
-
baseMessage
java.lang.String baseMessage
-
groupId
java.lang.String groupId
-
type
java.lang.String type
-
version
java.lang.String version
-
-
-
Class org.apache.maven.artifact.InvalidRepositoryException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
repositoryId
java.lang.String repositoryId
-
-
-
Class org.apache.maven.artifact.UnknownRepositoryLayoutException extends InvalidRepositoryException implements Serializable
-
Serialized Fields
-
layoutId
java.lang.String layoutId
-
-
-
-
Package org.apache.maven.artifact.deployer
-
Class org.apache.maven.artifact.deployer.ArtifactDeploymentException extends java.lang.Exception implements Serializable
-
-
Package org.apache.maven.artifact.installer
-
Class org.apache.maven.artifact.installer.ArtifactInstallationException extends java.lang.Exception implements Serializable
-
-
Package org.apache.maven.artifact.manager
-
Class org.apache.maven.artifact.manager.WagonConfigurationException extends WagonConfigurationException implements Serializable
-
-
Package org.apache.maven.artifact.metadata
-
Class org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException extends ArtifactMetadataRetrievalException implements Serializable
-
-
Package org.apache.maven.artifact.repository
-
Class org.apache.maven.artifact.repository.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
java.util.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 extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The artifactId that this directory represents, if any. -
groupId
java.lang.String groupId
The groupId that this directory represents, if any. -
modelEncoding
java.lang.String modelEncoding
Field modelEncoding. -
modelVersion
java.lang.String modelVersion
The version of the underlying metadata model. -
plugins
java.util.List<Plugin> plugins
Field plugins. -
version
java.lang.String version
The version that this directory represents, if any. It is used for artifact snapshots only. -
versioning
Versioning versioning
Versioning information for the artifact.
-
-
-
Class org.apache.maven.artifact.repository.metadata.Plugin extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The plugin artifactId. -
name
java.lang.String name
Display name for the plugin. -
prefix
java.lang.String prefix
The plugin invocation prefix (i.e. eclipse for eclipse:eclipse).
-
-
-
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataDeploymentException extends java.lang.Throwable implements Serializable
-
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataInstallationException extends java.lang.Throwable implements Serializable
-
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataReadException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataResolutionException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataStoreException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.artifact.repository.metadata.Snapshot extends java.lang.Object implements Serializable
-
Serialized Fields
-
buildNumber
int buildNumber
The incremental build number. -
localCopy
boolean localCopy
Whether to use a local copy instead (with filename that includes the base version). -
timestamp
java.lang.String timestamp
The time it was deployed.
-
-
-
Class org.apache.maven.artifact.repository.metadata.SnapshotVersion extends java.lang.Object implements Serializable
-
Serialized Fields
-
classifier
java.lang.String classifier
The classifier of the sub-artifact. -
extension
java.lang.String extension
The file extension of thesub-artifact. -
updated
java.lang.String updated
The timestamp when this version information was last updated. The timestamp is expressed using UTC in the format yyyyMMddHHmmss. -
version
java.lang.String version
The resolved snapshot version of the sub-artifact.
-
-
-
Class org.apache.maven.artifact.repository.metadata.Versioning extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastUpdated
java.lang.String lastUpdated
When the metadata was last updated. -
latest
java.lang.String latest
What the latest version in the directory is, including snapshots. -
release
java.lang.String release
What the latest version in the directory is, of the releases only. -
snapshot
Snapshot snapshot
The current snapshot data in use for this version (artifact snapshots only). -
snapshotVersions
java.util.List<SnapshotVersion> snapshotVersions
Field snapshotVersions. -
versions
java.util.List<java.lang.String> versions
Field versions.
-
-
-
-
Package org.apache.maven.artifact.repository.metadata.io
-
Class org.apache.maven.artifact.repository.metadata.io.MetadataParseException extends java.io.IOException implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
The one-based index of the column containing the error. -
lineNumber
int lineNumber
The one-based index of the line containing the error.
-
-
-
-
Package org.apache.maven.artifact.resolver
-
Class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
artifact
Artifact artifact
-
artifactId
java.lang.String artifactId
-
classifier
java.lang.String classifier
-
groupId
java.lang.String groupId
-
originalMessage
java.lang.String originalMessage
-
path
java.lang.String path
-
remoteRepositories
java.util.List<ArtifactRepository> remoteRepositories
-
type
java.lang.String type
-
version
java.lang.String version
-
-
-
Class org.apache.maven.artifact.resolver.ArtifactNotFoundException extends AbstractArtifactResolutionException implements Serializable
-
Serialized Fields
-
downloadUrl
java.lang.String downloadUrl
-
-
-
Class org.apache.maven.artifact.resolver.ArtifactResolutionException extends AbstractArtifactResolutionException implements Serializable
-
Class org.apache.maven.artifact.resolver.CyclicDependencyException extends ArtifactResolutionException implements Serializable
-
Serialized Fields
-
artifact
Artifact artifact
-
-
-
Class org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException extends ArtifactResolutionException implements Serializable
-
-
Package org.apache.maven.artifact.versioning
-
Class org.apache.maven.artifact.versioning.InvalidVersionSpecificationException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.artifact.versioning.ManagedVersionMap extends java.util.HashMap<java.lang.String,Artifact> implements Serializable
-
Class org.apache.maven.artifact.versioning.OverConstrainedVersionException extends ArtifactResolutionException implements Serializable
-
-
Package org.apache.maven.cli.internal.extension.model
-
Class org.apache.maven.cli.internal.extension.model.CoreExtension extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The artifact ID of the extension. -
groupId
java.lang.String groupId
The group ID of the extension's artifact. -
version
java.lang.String version
The version of the extension.
-
-
-
Class org.apache.maven.cli.internal.extension.model.CoreExtensions extends java.lang.Object implements Serializable
-
Serialized Fields
-
extensions
java.util.List<CoreExtension> extensions
Field extensions. -
modelEncoding
java.lang.String modelEncoding
Field modelEncoding.
-
-
-
-
Package org.apache.maven.configuration
-
Class org.apache.maven.configuration.BeanConfigurationException extends java.lang.Exception implements Serializable
-
-
Package org.apache.maven.execution
-
Class org.apache.maven.execution.MavenExecutionRequestPopulationException extends java.lang.Exception implements Serializable
-
-
Package org.apache.maven.lifecycle
-
Class org.apache.maven.lifecycle.LifecycleExecutionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
project
MavenProject project
-
-
-
Class org.apache.maven.lifecycle.LifecycleNotFoundException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
lifecycleId
java.lang.String lifecycleId
-
-
-
Class org.apache.maven.lifecycle.LifecyclePhaseNotFoundException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
lifecyclePhase
java.lang.String lifecyclePhase
-
-
-
Class org.apache.maven.lifecycle.MissingProjectException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.lifecycle.NoGoalSpecifiedException extends java.lang.Exception implements Serializable
-
-
Package org.apache.maven.lifecycle.internal.builder
-
Class org.apache.maven.lifecycle.internal.builder.BuilderNotFoundException extends java.lang.Exception implements Serializable
-
-
Package org.apache.maven.model
-
Class org.apache.maven.model.Activation extends java.lang.Object implements Serializable
-
Serialized Fields
-
activeByDefault
boolean activeByDefault
If set to true, this profile will be active unless another profile in this pom is activated using the command line -P option or by one of that profile's activators. -
activeByDefaultLocation
InputLocation activeByDefaultLocation
Field activeByDefaultLocation. -
file
ActivationFile file
Specifies that this profile will be activated based on existence of a file. -
fileLocation
InputLocation fileLocation
Field fileLocation. -
jdk
java.lang.String jdk
Specifies that this profile will be activated when a matching JDK is detected. For example,1.4
only activates on JDKs versioned 1.4, while!1.4
matches any JDK that is not version 1.4. Ranges are supported too:[1.5,)
activates when the JDK is 1.5 minimum. -
jdkLocation
InputLocation jdkLocation
Field jdkLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
os
ActivationOS os
Specifies that this profile will be activated when matching operating system attributes are detected. -
osLocation
InputLocation osLocation
Field osLocation. -
property
ActivationProperty property
Specifies that this profile will be activated when this system property is specified. -
propertyLocation
InputLocation propertyLocation
Field propertyLocation.
-
-
-
Class org.apache.maven.model.ActivationFile extends java.lang.Object implements Serializable
-
Serialized Fields
-
exists
java.lang.String exists
The name of the file that must exist to activate the profile. -
existsLocation
InputLocation existsLocation
Field existsLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
missing
java.lang.String missing
The name of the file that must be missing to activate the profile. -
missingLocation
InputLocation missingLocation
Field missingLocation.
-
-
-
Class org.apache.maven.model.ActivationOS extends java.lang.Object implements Serializable
-
Serialized Fields
-
arch
java.lang.String arch
The architecture of the operating system to be used to activate the profile. -
archLocation
InputLocation archLocation
Field archLocation. -
family
java.lang.String family
The general family of the OS to be used to activate the profile, such aswindows
orunix
. -
familyLocation
InputLocation familyLocation
Field familyLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
name
java.lang.String name
The name of the operating system to be used to activate the profile. This must be an exact match of the${os.name}
Java property, such asWindows XP
. -
nameLocation
InputLocation nameLocation
Field nameLocation. -
version
java.lang.String version
The version of the operating system to be used to activate the profile. -
versionLocation
InputLocation versionLocation
Field versionLocation.
-
-
-
Class org.apache.maven.model.ActivationProperty extends java.lang.Object implements Serializable
-
Serialized Fields
-
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
name
java.lang.String name
The name of the property to be used to activate a profile. -
nameLocation
InputLocation nameLocation
Field nameLocation. -
value
java.lang.String value
The value of the property required to activate a profile. -
valueLocation
InputLocation valueLocation
Field valueLocation.
-
-
-
Class org.apache.maven.model.Build extends BuildBase implements Serializable
-
Serialized Fields
-
extensions
java.util.List<Extension> extensions
Field extensions. -
outputDirectory
java.lang.String outputDirectory
The directory where compiled application classes are placed. The default value istarget/classes
. -
scriptSourceDirectory
java.lang.String scriptSourceDirectory
This element specifies a directory containing the script sources of the project. This directory is meant to be different from the sourceDirectory, in that its contents will be copied to the output directory in most cases (since scripts are interpreted rather than compiled). The default value issrc/main/scripts
. -
sourceDirectory
java.lang.String sourceDirectory
This element specifies a directory containing the source of the project. The generated build system will compile the sources from this directory when the project is built. The path given is relative to the project descriptor. The default value issrc/main/java
. -
testOutputDirectory
java.lang.String testOutputDirectory
The directory where compiled test classes are placed. The default value istarget/test-classes
. -
testSourceDirectory
java.lang.String testSourceDirectory
This element specifies a directory containing the unit test source of the project. The generated build system will compile these directories when the project is being tested. The path given is relative to the project descriptor. The default value issrc/test/java
.
-
-
-
Class org.apache.maven.model.BuildBase extends PluginConfiguration implements Serializable
-
Serialized Fields
-
defaultGoal
java.lang.String defaultGoal
The default goal (or phase in Maven 2) to execute when none is specified for the project. Note that in case of a multi-module build, only the default goal of the top-level project is relevant, i.e. the default goals of child modules are ignored. Since Maven 3, multiple goals/phases can be separated by whitespace. -
directory
java.lang.String directory
The directory where all files generated by the build are placed. The default value istarget
. -
filters
java.util.List<java.lang.String> filters
Field filters. -
finalName
java.lang.String finalName
The filename (excluding the extension, and with no path information) that the produced artifact will be called. The default value is${artifactId}-${version}
. -
resources
java.util.List<Resource> resources
Field resources. -
testResources
java.util.List<Resource> testResources
Field testResources.
-
-
-
Class org.apache.maven.model.CiManagement extends java.lang.Object implements Serializable
-
Serialized Fields
-
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
notifiers
java.util.List<Notifier> notifiers
Field notifiers. -
notifiersLocation
InputLocation notifiersLocation
Field notifiersLocation. -
system
java.lang.String system
The name of the continuous integration system, e.g.continuum
. -
systemLocation
InputLocation systemLocation
Field systemLocation. -
url
java.lang.String url
URL for the continuous integration system used by the project if it has a web interface. -
urlLocation
InputLocation urlLocation
Field urlLocation.
-
-
-
Class org.apache.maven.model.ConfigurationContainer extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
java.lang.Object configuration
The configuration as DOM object.
By default, every element content is trimmed, but starting with Maven 3.1.0, you can add
xml:space="preserve"
to elements you want to preserve whitespace.You can control how child POMs inherit configuration from parent POMs by adding
combine.children
orcombine.self
attributes to the children of the configuration element:combine.children
: available values aremerge
(default) andappend
,combine.self
: available values aremerge
(default) andoverride
.
See POM Reference documentation and Xpp3DomUtils for more information.
-
configurationLocation
InputLocation configurationLocation
Field configurationLocation. -
inheritanceApplied
boolean inheritanceApplied
-
inherited
java.lang.String inherited
Whether any configuration should be propagated to child POMs. Note: While the type of this field isString
for technical reasons, the semantic type is actuallyBoolean
. Default value istrue
. -
inheritedLocation
InputLocation inheritedLocation
Field inheritedLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations.
-
-
-
Class org.apache.maven.model.Contributor extends java.lang.Object implements Serializable
-
Serialized Fields
-
email
java.lang.String email
The email address of the contributor. -
emailLocation
InputLocation emailLocation
Field emailLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
name
java.lang.String name
The full name of the contributor. -
nameLocation
InputLocation nameLocation
Field nameLocation. -
organization
java.lang.String organization
The organization to which the contributor belongs. -
organizationLocation
InputLocation organizationLocation
Field organizationLocation. -
organizationUrl
java.lang.String organizationUrl
The URL of the organization. -
organizationUrlLocation
InputLocation organizationUrlLocation
Field organizationUrlLocation. -
properties
java.util.Properties properties
Field properties. -
propertiesLocation
InputLocation propertiesLocation
Field propertiesLocation. -
roles
java.util.List<java.lang.String> roles
Field roles. -
rolesLocation
InputLocation rolesLocation
Field rolesLocation. -
timezone
java.lang.String timezone
-
timezoneLocation
InputLocation timezoneLocation
Field timezoneLocation. -
url
java.lang.String url
The URL for the homepage of the contributor. -
urlLocation
InputLocation urlLocation
Field urlLocation.
-
-
-
Class org.apache.maven.model.Dependency extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The unique id for an artifact produced by the project group, e.g.maven-artifact
. -
artifactIdLocation
InputLocation artifactIdLocation
Field artifactIdLocation. -
classifier
java.lang.String classifier
The classifier of the dependency. It is appended to the filename after the version. This allows:- referring to attached artifact, for example
sources
andjavadoc
: see default artifact handlers for a list, - distinguishing two artifacts
that belong to the same POM but were built
differently.
For example,
jdk14
andjdk15
.
- referring to attached artifact, for example
-
classifierLocation
InputLocation classifierLocation
Field classifierLocation. -
exclusions
java.util.List<Exclusion> exclusions
Field exclusions. -
exclusionsLocation
InputLocation exclusionsLocation
Field exclusionsLocation. -
groupId
java.lang.String groupId
The project group that produced the dependency, e.g.org.apache.maven
. -
groupIdLocation
InputLocation groupIdLocation
Field groupIdLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
managementKey
java.lang.String managementKey
-
optional
java.lang.String optional
Indicates the dependency is optional for use of this library. While the version of the dependency will be taken into account for dependency calculation if the library is used elsewhere, it will not be passed on transitively. Note: While the type of this field isString
for technical reasons, the semantic type is actuallyBoolean
. Default value isfalse
. -
optionalLocation
InputLocation optionalLocation
Field optionalLocation. -
scope
java.lang.String scope
The scope of the dependency -compile
,runtime
,test
,system
, andprovided
. Used to calculate the various classpaths used for compilation, testing, and so on. It also assists in determining which artifacts to include in a distribution of this project. For more information, see the dependency mechanism. The default scope iscompile
. -
scopeLocation
InputLocation scopeLocation
Field scopeLocation. -
systemPath
java.lang.String systemPath
FOR SYSTEM SCOPE ONLY. Note that use of this property is discouraged and may be replaced in later versions. This specifies the path on the filesystem for this dependency. Requires an absolute path for the value, not relative. Use a property that gives the machine specific absolute path, e.g.${java.home}
. -
systemPathLocation
InputLocation systemPathLocation
Field systemPathLocation. -
type
java.lang.String type
The type of dependency, that will be mapped to a file extension, an optional classifier, and a few other attributes. Some examples arejar
,war
,ejb-client
andtest-jar
: see default artifact handlers for a list. New types can be defined by extensions, so this is not a complete list. -
typeLocation
InputLocation typeLocation
Field typeLocation. -
version
java.lang.String version
The version of the dependency, e.g.3.2.1
. In Maven 2, this can also be specified as a range of versions. -
versionLocation
InputLocation versionLocation
Field versionLocation.
-
-
-
Class org.apache.maven.model.DependencyManagement extends java.lang.Object implements Serializable
-
Serialized Fields
-
dependencies
java.util.List<Dependency> dependencies
Field dependencies. -
dependenciesLocation
InputLocation dependenciesLocation
Field dependenciesLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations.
-
-
-
Class org.apache.maven.model.DeploymentRepository extends Repository implements Serializable
-
Serialized Fields
-
uniqueVersion
boolean uniqueVersion
Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
-
-
-
Class org.apache.maven.model.Developer extends Contributor implements Serializable
-
Serialized Fields
-
id
java.lang.String id
The unique ID of the developer in the SCM.
-
-
-
Class org.apache.maven.model.DistributionManagement extends java.lang.Object implements Serializable
-
Serialized Fields
-
downloadUrl
java.lang.String downloadUrl
The URL of the project's download page. If not given users will be referred to the homepage given byurl
. This is given to assist in locating artifacts that are not in the repository due to licensing restrictions. -
downloadUrlLocation
InputLocation downloadUrlLocation
Field downloadUrlLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
relocation
Relocation relocation
Relocation information of the artifact if it has been moved to a new group ID and/or artifact ID. -
relocationLocation
InputLocation relocationLocation
Field relocationLocation. -
repository
DeploymentRepository repository
Information needed to deploy the artifacts generated by the project to a remote repository. -
repositoryLocation
InputLocation repositoryLocation
Field repositoryLocation. -
site
Site site
Information needed for deploying the web site of the project. -
siteLocation
InputLocation siteLocation
Field siteLocation. -
snapshotRepository
DeploymentRepository snapshotRepository
Where to deploy snapshots of artifacts to. If not given, it defaults to therepository
element. -
snapshotRepositoryLocation
InputLocation snapshotRepositoryLocation
Field snapshotRepositoryLocation. -
status
java.lang.String status
Gives the status of this artifact in the remote repository. This must not be set in your local project, as it is updated by tools placing it in the reposiory. Valid values are:none
(default),converted
(repository manager converted this from an Maven 1 POM),partner
(directly synced from a partner Maven 2 repository),deployed
(was deployed from a Maven 2 instance),verified
(has been hand verified as correct and final). -
statusLocation
InputLocation statusLocation
Field statusLocation.
-
-
-
Class org.apache.maven.model.Exclusion extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The artifact ID of the project to exclude. -
artifactIdLocation
InputLocation artifactIdLocation
Field artifactIdLocation. -
groupId
java.lang.String groupId
The group ID of the project to exclude. -
groupIdLocation
InputLocation groupIdLocation
Field groupIdLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations.
-
-
-
Class org.apache.maven.model.Extension extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The artifact ID of the extension. -
artifactIdLocation
InputLocation artifactIdLocation
Field artifactIdLocation. -
groupId
java.lang.String groupId
The group ID of the extension's artifact. -
groupIdLocation
InputLocation groupIdLocation
Field groupIdLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
version
java.lang.String version
The version of the extension. -
versionLocation
InputLocation versionLocation
Field versionLocation.
-
-
-
Class org.apache.maven.model.FileSet extends PatternSet implements Serializable
-
Serialized Fields
-
directory
java.lang.String directory
Describe the directory where the resources are stored. The path is relative to the POM.
-
-
-
Class org.apache.maven.model.InputLocation extends java.lang.Object implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
The one-based column number. The value will be non-positive if unknown. -
lineNumber
int lineNumber
The one-based line number. The value will be non-positive if unknown. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
source
InputSource source
Field source.
-
-
-
Class org.apache.maven.model.InputSource extends java.lang.Object implements Serializable
-
Serialized Fields
-
location
java.lang.String location
The path/URL of the POM ornull
if unknown. -
modelId
java.lang.String modelId
The identifier of the POM in the format<groupId>:<artifactId>:<version>
.
-
-
-
Class org.apache.maven.model.IssueManagement extends java.lang.Object implements Serializable
-
Serialized Fields
-
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
system
java.lang.String system
The name of the issue management system, e.g. Bugzilla. -
systemLocation
InputLocation systemLocation
Field systemLocation. -
url
java.lang.String url
URL for the issue management system used by the project. -
urlLocation
InputLocation urlLocation
Field urlLocation.
-
-
-
Class org.apache.maven.model.License extends java.lang.Object implements Serializable
-
Serialized Fields
-
comments
java.lang.String comments
Addendum information pertaining to this license. -
commentsLocation
InputLocation commentsLocation
Field commentsLocation. -
distribution
java.lang.String distribution
The primary method by which this project may be distributed.- repo
- may be downloaded from the Maven repository
- manual
- user must manually download and install the dependency.
-
distributionLocation
InputLocation distributionLocation
Field distributionLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
name
java.lang.String name
The full legal name of the license. -
nameLocation
InputLocation nameLocation
Field nameLocation. -
url
java.lang.String url
The official url for the license text. -
urlLocation
InputLocation urlLocation
Field urlLocation.
-
-
-
Class org.apache.maven.model.MailingList extends java.lang.Object implements Serializable
-
Serialized Fields
-
archive
java.lang.String archive
The link to a URL where you can browse the mailing list archive. -
archiveLocation
InputLocation archiveLocation
Field archiveLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
name
java.lang.String name
The name of the mailing list. -
nameLocation
InputLocation nameLocation
Field nameLocation. -
otherArchives
java.util.List<java.lang.String> otherArchives
Field otherArchives. -
otherArchivesLocation
InputLocation otherArchivesLocation
Field otherArchivesLocation. -
post
java.lang.String post
The email address or link that can be used to post to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created. -
postLocation
InputLocation postLocation
Field postLocation. -
subscribe
java.lang.String subscribe
The email address or link that can be used to subscribe to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created. -
subscribeLocation
InputLocation subscribeLocation
Field subscribeLocation. -
unsubscribe
java.lang.String unsubscribe
The email address or link that can be used to unsubscribe to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created. -
unsubscribeLocation
InputLocation unsubscribeLocation
Field unsubscribeLocation.
-
-
-
Class org.apache.maven.model.Model extends ModelBase implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The identifier for this artifact that is unique within the group given by the group ID. An artifact is something that is either produced or used by a project. Examples of artifacts produced by Maven for a project include: JARs, source and binary distributions, and WARs. -
build
Build build
Information required to build the project. -
childProjectUrlInheritAppendPath
java.lang.String childProjectUrlInheritAppendPath
When children inherit from project's url, append path or not? Note: While the type of this field isString
for technical reasons, the semantic type is actuallyBoolean
Default value is:true
Since: Maven 3.6.1 . -
ciManagement
CiManagement ciManagement
The project's continuous integration information. -
contributors
java.util.List<Contributor> contributors
Field contributors. -
description
java.lang.String description
A detailed description of the project, used by Maven whenever it needs to describe the project, such as on the web site. While this element can be specified as CDATA to enable the use of HTML tags within the description, it is discouraged to allow plain text representation. If you need to modify the index page of the generated web site, you are able to specify your own instead of adjusting this text. -
developers
java.util.List<Developer> developers
Field developers. -
groupId
java.lang.String groupId
A universally unique identifier for a project. It is normal to use a fully-qualified package name to distinguish it from other projects with a similar name (eg.org.apache.maven
). -
inceptionYear
java.lang.String inceptionYear
The year of the project's inception, specified with 4 digits. This value is used when generating copyright notices as well as being informational. -
issueManagement
IssueManagement issueManagement
The project's issue management system information. -
licenses
java.util.List<License> licenses
Field licenses. -
mailingLists
java.util.List<MailingList> mailingLists
Field mailingLists. -
modelEncoding
java.lang.String modelEncoding
Field modelEncoding. -
modelVersion
java.lang.String modelVersion
Declares to which version of project descriptor this POM conforms. -
name
java.lang.String name
The full name of the project. -
organization
Organization organization
This element describes various attributes of the organization to which the project belongs. These attributes are utilized when documentation is created (for copyright notices and links). -
packaging
java.lang.String packaging
The type of artifact this project produces, for examplejar
war
ear
pom
. Plugins can create their own packaging, and therefore their own packaging types, so this list does not contain all possible types. -
parent
Parent parent
The location of the parent project, if one exists. Values from the parent project will be the default for this project if they are left unspecified. The location is given as a group ID, artifact ID and version. -
pomFile
java.io.File pomFile
The POM from which this model originated. This is transient runtime state and therefore not managed by Modello. -
prerequisites
Prerequisites prerequisites
Describes the prerequisites in the build environment for this project. -
profiles
java.util.List<Profile> profiles
Field profiles. -
scm
Scm scm
Specification for the SCM used by the project, such as CVS, Subversion, etc. -
url
java.lang.String url
The URL to the project's homepage.
Default value is: parent value [+ path adjustment] + (artifactId or project.directory property), or just parent value if project'schild.project.url.inherit.append.path="false"
-
version
java.lang.String version
The current version of the artifact produced by this project.
-
-
-
Class org.apache.maven.model.ModelBase extends java.lang.Object implements Serializable
-
Serialized Fields
-
dependencies
java.util.List<Dependency> dependencies
Field dependencies. -
dependenciesLocation
InputLocation dependenciesLocation
Field dependenciesLocation. -
dependencyManagement
DependencyManagement dependencyManagement
Default dependency information for projects that inherit from this one. The dependencies in this section are not immediately resolved. Instead, when a POM derived from this one declares a dependency described by a matching groupId and artifactId, the version and other values from this section are used for that dependency if they were not already specified. -
dependencyManagementLocation
InputLocation dependencyManagementLocation
Field dependencyManagementLocation. -
distributionManagement
DistributionManagement distributionManagement
Distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively. -
distributionManagementLocation
InputLocation distributionManagementLocation
Field distributionManagementLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
modules
java.util.List<java.lang.String> modules
Field modules. -
modulesLocation
InputLocation modulesLocation
Field modulesLocation. -
pluginRepositories
java.util.List<Repository> pluginRepositories
Field pluginRepositories. -
pluginRepositoriesLocation
InputLocation pluginRepositoriesLocation
Field pluginRepositoriesLocation. -
properties
java.util.Properties properties
Field properties. -
propertiesLocation
InputLocation propertiesLocation
Field propertiesLocation. -
reporting
Reporting reporting
This element includes the specification of report plugins to use to generate the reports on the Maven-generated site. These reports will be run when a user executesmvn site
. All of the reports will be included in the navigation bar for browsing. -
reportingLocation
InputLocation reportingLocation
Field reportingLocation. -
reports
java.lang.Object reports
Deprecated. Now ignored by Maven. -
reportsLocation
InputLocation reportsLocation
Field reportsLocation. -
repositories
java.util.List<Repository> repositories
Field repositories. -
repositoriesLocation
InputLocation repositoriesLocation
Field repositoriesLocation.
-
-
-
Class org.apache.maven.model.Notifier extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
java.lang.String address
Deprecated. Where to send the notification to - eg email address. -
addressLocation
InputLocation addressLocation
Field addressLocation. -
configuration
java.util.Properties configuration
Field configuration. -
configurationLocation
InputLocation configurationLocation
Field configurationLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
sendOnError
boolean sendOnError
Whether to send notifications on error. -
sendOnErrorLocation
InputLocation sendOnErrorLocation
Field sendOnErrorLocation. -
sendOnFailure
boolean sendOnFailure
Whether to send notifications on failure. -
sendOnFailureLocation
InputLocation sendOnFailureLocation
Field sendOnFailureLocation. -
sendOnSuccess
boolean sendOnSuccess
Whether to send notifications on success. -
sendOnSuccessLocation
InputLocation sendOnSuccessLocation
Field sendOnSuccessLocation. -
sendOnWarning
boolean sendOnWarning
Whether to send notifications on warning. -
sendOnWarningLocation
InputLocation sendOnWarningLocation
Field sendOnWarningLocation. -
type
java.lang.String type
The mechanism used to deliver notifications. -
typeLocation
InputLocation typeLocation
Field typeLocation.
-
-
-
Class org.apache.maven.model.Organization extends java.lang.Object implements Serializable
-
Serialized Fields
-
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
name
java.lang.String name
The full name of the organization. -
nameLocation
InputLocation nameLocation
Field nameLocation. -
url
java.lang.String url
The URL to the organization's home page. -
urlLocation
InputLocation urlLocation
Field urlLocation.
-
-
-
Class org.apache.maven.model.Parent extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The artifact id of the parent project to inherit from. -
artifactIdLocation
InputLocation artifactIdLocation
Field artifactIdLocation. -
groupId
java.lang.String groupId
The group id of the parent project to inherit from. -
groupIdLocation
InputLocation groupIdLocation
Field groupIdLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
relativePath
java.lang.String relativePath
The relative path of the parentpom.xml
file within the check out. If not specified, it defaults to../pom.xml
. Maven looks for the parent POM first in this location on the filesystem, then the local repository, and lastly in the remote repo.relativePath
allows you to select a different location, for example when your structure is flat, or deeper without an intermediate parent POM. However, the group ID, artifact ID and version are still required, and must match the file in the location given or it will revert to the repository for the POM. This feature is only for enhancing the development in a local checkout of that project. Set the value to an empty string in case you want to disable the feature and always resolve the parent POM from the repositories. -
relativePathLocation
InputLocation relativePathLocation
Field relativePathLocation. -
version
java.lang.String version
The version of the parent project to inherit. -
versionLocation
InputLocation versionLocation
Field versionLocation.
-
-
-
Class org.apache.maven.model.PatternSet extends java.lang.Object implements Serializable
-
Serialized Fields
-
excludes
java.util.List<java.lang.String> excludes
Field excludes. -
excludesLocation
InputLocation excludesLocation
Field excludesLocation. -
includes
java.util.List<java.lang.String> includes
Field includes. -
includesLocation
InputLocation includesLocation
Field includesLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations.
-
-
-
Class org.apache.maven.model.Plugin extends ConfigurationContainer implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The artifact ID of the plugin in the repository. -
dependencies
java.util.List<Dependency> dependencies
Field dependencies. -
executionMap
java.util.Map<java.lang.String,PluginExecution> executionMap
-
executions
java.util.List<PluginExecution> executions
Field executions. -
extensions
java.lang.String extensions
Whether to load Maven extensions (such as packaging and type handlers) from this plugin. For performance reasons, this should only be enabled when necessary. Note: While the type of this field isString
for technical reasons, the semantic type is actuallyBoolean
. Default value isfalse
. -
goals
java.lang.Object goals
Deprecated. Unused by Maven. -
groupId
java.lang.String groupId
The group ID of the plugin in the repository. -
version
java.lang.String version
The version (or valid range of versions) of the plugin to be used.
-
-
-
Class org.apache.maven.model.PluginConfiguration extends PluginContainer implements Serializable
-
Serialized Fields
-
pluginManagement
PluginManagement pluginManagement
Default plugin information to be made available for reference by projects derived from this one. This plugin configuration will not be resolved or bound to the lifecycle unless referenced. Any local configuration for a given plugin will override the plugin's entire definition here.
-
-
-
Class org.apache.maven.model.PluginContainer extends java.lang.Object implements Serializable
-
Serialized Fields
-
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
pluginMap
java.util.Map<java.lang.String,Plugin> pluginMap
-
plugins
java.util.List<Plugin> plugins
Field plugins. -
pluginsLocation
InputLocation pluginsLocation
Field pluginsLocation.
-
-
-
Class org.apache.maven.model.PluginExecution extends ConfigurationContainer implements Serializable
-
Serialized Fields
-
goals
java.util.List<java.lang.String> goals
Field goals. -
id
java.lang.String id
The identifier of this execution for labelling the goals during the build, and for matching executions to merge during inheritance and profile injection. -
phase
java.lang.String phase
The build lifecycle phase to bind the goals in this execution to. If omitted, the goals will be bound to the default phase specified by the plugin. -
priority
int priority
The priority of this execution compared to other executions which are bound to the same phase. Warning: This is an internal utility property that is only public for technical reasons, it is not part of the public API. In particular, this property can be changed or deleted without prior notice.
-
-
-
Class org.apache.maven.model.PluginManagement extends PluginContainer implements Serializable
-
Class org.apache.maven.model.Prerequisites extends java.lang.Object implements Serializable
-
Serialized Fields
-
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
maven
java.lang.String maven
For a plugin project (packaging ismaven-plugin
), the minimum version of Maven required to use the resulting plugin.
In Maven 2, this was also specifying the minimum version of Maven required to build a project, but this usage is deprecated in Maven 3 and not checked any more: use the Maven Enforcer Plugin'srequireMavenVersion
rule instead. -
mavenLocation
InputLocation mavenLocation
Field mavenLocation.
-
-
-
Class org.apache.maven.model.Profile extends ModelBase implements Serializable
-
Serialized Fields
-
activation
Activation activation
The conditional logic which will automatically trigger the inclusion of this profile. -
build
BuildBase build
Information required to build the project. -
id
java.lang.String id
The identifier of this build profile. This is used for command line activation, and identifies profiles to be merged. -
source
java.lang.String source
-
-
-
Class org.apache.maven.model.Relocation extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The new artifact ID of the artifact. -
artifactIdLocation
InputLocation artifactIdLocation
Field artifactIdLocation. -
groupId
java.lang.String groupId
The group ID the artifact has moved to. -
groupIdLocation
InputLocation groupIdLocation
Field groupIdLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
message
java.lang.String message
An additional message to show the user about the move, such as the reason. -
messageLocation
InputLocation messageLocation
Field messageLocation. -
version
java.lang.String version
The new version of the artifact. -
versionLocation
InputLocation versionLocation
Field versionLocation.
-
-
-
Class org.apache.maven.model.Reporting extends java.lang.Object implements Serializable
-
Serialized Fields
-
excludeDefaults
java.lang.String excludeDefaults
If true, then the default reports are not included in the site generation. This includes the reports in the "Project Info" menu. Note: While the type of this field isString
for technical reasons, the semantic type is actuallyBoolean
. Default value isfalse
. -
excludeDefaultsLocation
InputLocation excludeDefaultsLocation
Field excludeDefaultsLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
outputDirectory
java.lang.String outputDirectory
Where to store all of the generated reports. The default is${project.build.directory}/site
. -
outputDirectoryLocation
InputLocation outputDirectoryLocation
Field outputDirectoryLocation. -
plugins
java.util.List<ReportPlugin> plugins
Field plugins. -
pluginsLocation
InputLocation pluginsLocation
Field pluginsLocation. -
reportPluginMap
java.util.Map<java.lang.String,ReportPlugin> reportPluginMap
-
-
-
Class org.apache.maven.model.ReportPlugin extends ConfigurationContainer implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The artifact ID of the reporting plugin in the repository. -
groupId
java.lang.String groupId
The group ID of the reporting plugin in the repository. -
reportSetMap
java.util.Map<java.lang.String,ReportSet> reportSetMap
-
reportSets
java.util.List<ReportSet> reportSets
Field reportSets. -
version
java.lang.String version
The version of the reporting plugin to be used.
-
-
-
Class org.apache.maven.model.ReportSet extends ConfigurationContainer implements Serializable
-
Serialized Fields
-
id
java.lang.String id
The unique id for this report set, to be used during POM inheritance and profile injection for merging of report sets. -
reports
java.util.List<java.lang.String> reports
Field reports.
-
-
-
Class org.apache.maven.model.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.model.RepositoryBase extends java.lang.Object implements Serializable
-
Serialized Fields
-
id
java.lang.String id
A unique identifier for a repository. This is used to match the repository to configuration in thesettings.xml
file, for example. Furthermore, the identifier is used during POM inheritance and profile injection to detect repositories that should be merged. -
idLocation
InputLocation idLocation
Field idLocation. -
layout
java.lang.String layout
The type of layout this repository uses for locating and storing artifacts - can belegacy
ordefault
. -
layoutLocation
InputLocation layoutLocation
Field layoutLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
name
java.lang.String name
Human readable name of the repository. -
nameLocation
InputLocation nameLocation
Field nameLocation. -
url
java.lang.String url
The url of the repository, in the formprotocol://hostname/path
. -
urlLocation
InputLocation urlLocation
Field urlLocation.
-
-
-
Class org.apache.maven.model.RepositoryPolicy extends java.lang.Object implements Serializable
-
Serialized Fields
-
checksumPolicy
java.lang.String checksumPolicy
What to do when verification of an artifact checksum fails. Valid values areignore
,fail
orwarn
(the default). -
checksumPolicyLocation
InputLocation checksumPolicyLocation
Field checksumPolicyLocation. -
enabled
java.lang.String enabled
Whether to use this repository for downloading this type of artifact. Note: While the type of this field isString
for technical reasons, the semantic type is actuallyBoolean
. Default value istrue
. -
enabledLocation
InputLocation enabledLocation
Field enabledLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
updatePolicy
java.lang.String updatePolicy
The frequency for downloading updates - can bealways,
daily
(default),interval:XXX
(in minutes) ornever
(only if it doesn't exist locally). -
updatePolicyLocation
InputLocation updatePolicyLocation
Field updatePolicyLocation.
-
-
-
Class org.apache.maven.model.Resource extends FileSet implements Serializable
-
Serialized Fields
-
filtering
java.lang.String filtering
Whether resources are filtered to replace tokens with parameterised values or not. The values are taken from theproperties
element and from the properties in the files listed in thefilters
element. Note: While the type of this field isString
for technical reasons, the semantic type is actuallyBoolean
. Default value isfalse
. -
mergeId
java.lang.String mergeId
FOR INTERNAL USE ONLY. This is a unique identifier assigned to each resource to allow Maven to merge changes to this resource that take place during the execution of a plugin. This field must be managed by the generated parser and formatter classes in order to allow it to survive model interpolation. -
targetPath
java.lang.String targetPath
Describe the resource target path. The path is relative to the target/classes directory (i.e.${project.build.outputDirectory}
). For example, if you want that resource to appear in a specific package (org.apache.maven.messages
), you must specify this element with this value:org/apache/maven/messages
. This is not required if you simply put the resources in that directory structure at the source, however.
-
-
-
Class org.apache.maven.model.Scm extends java.lang.Object implements Serializable
-
Serialized Fields
-
childScmConnectionInheritAppendPath
java.lang.String childScmConnectionInheritAppendPath
When children inherit from scm connection, append path or not? Note: While the type of this field isString
for technical reasons, the semantic type is actuallyBoolean
Default value is:true
Since: Maven 3.6.1 . -
childScmConnectionInheritAppendPathLocation
InputLocation childScmConnectionInheritAppendPathLocation
Field childScmConnectionInheritAppendPathLocation. -
childScmDeveloperConnectionInheritAppendPath
java.lang.String childScmDeveloperConnectionInheritAppendPath
When children inherit from scm developer connection, append path or not? Note: While the type of this field isString
for technical reasons, the semantic type is actuallyBoolean
Default value is:true
Since: Maven 3.6.1 . -
childScmDeveloperConnectionInheritAppendPathLocation
InputLocation childScmDeveloperConnectionInheritAppendPathLocation
Field childScmDeveloperConnectionInheritAppendPathLocation. -
childScmUrlInheritAppendPath
java.lang.String childScmUrlInheritAppendPath
When children inherit from scm url, append path or not? Note: While the type of this field isString
for technical reasons, the semantic type is actuallyBoolean
Default value is:true
Since: Maven 3.6.1 . -
childScmUrlInheritAppendPathLocation
InputLocation childScmUrlInheritAppendPathLocation
Field childScmUrlInheritAppendPathLocation. -
connection
java.lang.String connection
The source control management system URL that describes the repository and how to connect to the repository. For more information, see the URL format and list of supported SCMs. This connection is read-only.
Default value is: parent value [+ path adjustment] + (artifactId or project.directory property), or just parent value if scm'schild.scm.connection.inherit.append.path="false"
-
connectionLocation
InputLocation connectionLocation
Field connectionLocation. -
developerConnection
java.lang.String developerConnection
Just likeconnection
, but for developers, i.e. this scm connection will not be read only.
Default value is: parent value [+ path adjustment] + (artifactId or project.directory property), or just parent value if scm'schild.scm.developerConnection.inherit.append.path="false"
-
developerConnectionLocation
InputLocation developerConnectionLocation
Field developerConnectionLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
tag
java.lang.String tag
The tag of current code. By default, it's set to HEAD during development. -
tagLocation
InputLocation tagLocation
Field tagLocation. -
url
java.lang.String url
The URL to the project's browsable SCM repository, such as ViewVC or Fisheye.
Default value is: parent value [+ path adjustment] + (artifactId or project.directory property), or just parent value if scm'schild.scm.url.inherit.append.path="false"
-
urlLocation
InputLocation urlLocation
Field urlLocation.
-
-
-
Class org.apache.maven.model.Site extends java.lang.Object implements Serializable
-
Serialized Fields
-
childSiteUrlInheritAppendPath
java.lang.String childSiteUrlInheritAppendPath
When children inherit from distribution management site url, append path or not? Note: While the type of this field isString
for technical reasons, the semantic type is actuallyBoolean
Default value is:true
Since: Maven 3.6.1 . -
childSiteUrlInheritAppendPathLocation
InputLocation childSiteUrlInheritAppendPathLocation
Field childSiteUrlInheritAppendPathLocation. -
id
java.lang.String id
A unique identifier for a deployment location. This is used to match the site to configuration in thesettings.xml
file, for example. -
idLocation
InputLocation idLocation
Field idLocation. -
location
InputLocation location
Field location. -
locations
java.util.Map<java.lang.Object,InputLocation> locations
Field locations. -
name
java.lang.String name
Human readable name of the deployment location. -
nameLocation
InputLocation nameLocation
Field nameLocation. -
url
java.lang.String url
The url of the location where website is deployed, in the formprotocol://hostname/path
.
Default value is: parent value [+ path adjustment] + (artifactId or project.directory property), or just parent value if site'schild.site.url.inherit.append.path="false"
-
urlLocation
InputLocation urlLocation
Field urlLocation.
-
-
-
-
Package org.apache.maven.model.building
-
Class org.apache.maven.model.building.ModelBuildingException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
result
ModelBuildingResult result
-
-
-
-
Package org.apache.maven.model.io
-
Class org.apache.maven.model.io.ModelParseException extends java.io.IOException implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
The one-based index of the column containing the error. -
lineNumber
int lineNumber
The one-based index of the line containing the error.
-
-
-
-
Package org.apache.maven.model.resolution
-
Class org.apache.maven.model.resolution.InvalidRepositoryException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
repository
Repository repository
The repository that raised this error, can benull
.
-
-
-
Class org.apache.maven.model.resolution.UnresolvableModelException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The artifact id of the unresolvable model. -
groupId
java.lang.String groupId
The group id of the unresolvable model. -
version
java.lang.String version
The version of the unresolvable model.
-
-
-
-
Package org.apache.maven.plugin
-
Class org.apache.maven.plugin.AbstractMojoExecutionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
longMessage
java.lang.String longMessage
-
source
java.lang.Object source
-
-
-
Class org.apache.maven.plugin.CycleDetectedInPluginGraphException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
plugin
Plugin plugin
-
-
-
Class org.apache.maven.plugin.InvalidPluginDescriptorException extends java.lang.Exception implements Serializable
-
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.MojoNotFoundException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
goal
java.lang.String goal
-
pluginDescriptor
PluginDescriptor pluginDescriptor
-
-
-
Class org.apache.maven.plugin.PluginConfigurationException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
originalMessage
java.lang.String originalMessage
-
pluginDescriptor
PluginDescriptor pluginDescriptor
-
-
-
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.PluginDescriptorParsingException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.plugin.PluginExecutionException extends PluginManagerException implements Serializable
-
Serialized Fields
-
mojoExecution
MojoExecution mojoExecution
-
-
-
Class org.apache.maven.plugin.PluginIncompatibleException extends PluginManagerException implements Serializable
-
Class org.apache.maven.plugin.PluginLoaderException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
pluginKey
java.lang.String pluginKey
-
-
-
Class org.apache.maven.plugin.PluginManagerException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
goal
java.lang.String goal
-
pluginArtifactId
java.lang.String pluginArtifactId
-
pluginGroupId
java.lang.String pluginGroupId
-
pluginVersion
java.lang.String pluginVersion
-
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
-
mojo
MojoDescriptor mojo
-
parameters
java.util.List<Parameter> parameters
-
-
-
Class org.apache.maven.plugin.PluginResolutionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
plugin
Plugin plugin
-
-
-
-
Package org.apache.maven.plugin.descriptor
-
Class org.apache.maven.plugin.descriptor.DuplicateMojoDescriptorException extends InvalidPluginDescriptorException implements Serializable
-
Class org.apache.maven.plugin.descriptor.DuplicateParameterException extends InvalidPluginDescriptorException implements Serializable
-
Class org.apache.maven.plugin.descriptor.InvalidParameterException extends InvalidPluginDescriptorException implements Serializable
-
Class org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException extends org.codehaus.plexus.configuration.PlexusConfigurationException implements Serializable
-
-
Package org.apache.maven.plugin.lifecycle
-
Class org.apache.maven.plugin.lifecycle.Execution extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
java.lang.Object configuration
Configuration to pass to the goals. -
goals
java.util.List<java.lang.String> goals
Field goals.
-
-
-
Class org.apache.maven.plugin.lifecycle.Lifecycle extends java.lang.Object implements Serializable
-
Serialized Fields
-
id
java.lang.String id
The ID of this lifecycle, for identification in the mojo descriptor. -
phases
java.util.List<Phase> phases
Field phases.
-
-
-
Class org.apache.maven.plugin.lifecycle.LifecycleConfiguration extends java.lang.Object implements Serializable
-
Serialized Fields
-
lifecycles
java.util.List<Lifecycle> lifecycles
Field lifecycles. -
modelEncoding
java.lang.String modelEncoding
Field modelEncoding.
-
-
-
Class org.apache.maven.plugin.lifecycle.Phase extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
java.lang.Object configuration
Configuration to pass to all goals run in this phase. -
executions
java.util.List<Execution> executions
Field executions. -
id
java.lang.String id
The ID of this phase, e.g.,generate-sources
.
-
-
-
-
Package org.apache.maven.plugin.prefix
-
Class org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException extends java.lang.Exception implements Serializable
-
-
Package org.apache.maven.plugin.version
-
Class org.apache.maven.plugin.version.PluginVersionNotFoundException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
-
groupId
java.lang.String groupId
-
-
-
Class org.apache.maven.plugin.version.PluginVersionResolutionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
-
baseMessage
java.lang.String baseMessage
-
groupId
java.lang.String groupId
-
-
-
-
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. -
file
ActivationFile file
Specifies that this profile will be activated based on existence of a file. -
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.
-
-
-
Class org.apache.maven.profiles.ActivationFile extends java.lang.Object implements Serializable
-
Serialized Fields
-
exists
java.lang.String exists
The name of the file that should exist to activate a profile. -
missing
java.lang.String missing
The name of the file that should be missing to activate a profile.
-
-
-
Class org.apache.maven.profiles.ActivationOS extends java.lang.Object implements Serializable
-
Serialized Fields
-
arch
java.lang.String arch
The architecture 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'). -
name
java.lang.String name
The name 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.
-
-
-
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.
-
-
-
Class org.apache.maven.profiles.Profile extends java.lang.Object implements Serializable
-
Serialized Fields
-
activation
Activation activation
The conditional logic which will automatically trigger the inclusion of this profile. -
id
java.lang.String id
The ID of this build profile, for activation purposes. -
pluginRepositories
java.util.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
java.util.Properties properties
Field properties. -
repositories
java.util.List<Repository> repositories
Field repositories.
-
-
-
Class org.apache.maven.profiles.ProfilesRoot extends java.lang.Object implements Serializable
-
Serialized Fields
-
activeProfiles
java.util.List<java.lang.String> activeProfiles
Field activeProfiles. -
modelEncoding
java.lang.String modelEncoding
Field modelEncoding. -
profiles
java.util.List<Profile> profiles
Field profiles.
-
-
-
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.
-
-
-
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. -
layout
java.lang.String layout
The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default". -
name
java.lang.String name
Human readable name of the repository . -
url
java.lang.String url
The url of the repository .
-
-
-
Class org.apache.maven.profiles.RepositoryPolicy extends java.lang.Object implements Serializable
-
Serialized Fields
-
checksumPolicy
java.lang.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
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).
-
-
-
-
Package org.apache.maven.profiles.activation
-
Class org.apache.maven.profiles.activation.ProfileActivationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -90820222109103638L
-
-
Package org.apache.maven.project
-
Class org.apache.maven.project.DependencyResolutionException extends java.lang.Exception implements Serializable
-
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.DuplicateProjectException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
conflictingProjectFile
java.io.File conflictingProjectFile
-
existingProjectFile
java.io.File existingProjectFile
-
projectId
java.lang.String projectId
-
-
-
Class org.apache.maven.project.InvalidProjectModelException extends ProjectBuildingException implements Serializable
-
Serialized Fields
-
validationResult
ModelValidationResult validationResult
Deprecated.
-
-
-
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
-
pomFile
java.io.File pomFile
-
projectId
java.lang.String projectId
-
results
java.util.List<ProjectBuildingResult> results
-
-
-
-
Package org.apache.maven.project.artifact
-
Class org.apache.maven.project.artifact.InvalidDependencyVersionException extends InvalidProjectVersionException implements Serializable
-
Serialized Fields
-
dependency
Dependency dependency
-
-
-
-
Package org.apache.maven.project.interpolation
-
Class org.apache.maven.project.interpolation.ModelInterpolationException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
expression
java.lang.String expression
Deprecated. -
originalMessage
java.lang.String originalMessage
Deprecated.
-
-
-
-
Package org.apache.maven.reporting
-
Class org.apache.maven.reporting.MavenReportException extends java.lang.Exception implements Serializable
-
-
Package org.apache.maven.repository
-
Class org.apache.maven.repository.ArtifactDoesNotExistException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.repository.ArtifactTransferEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
artifact
ArtifactTransferResource artifact
-
dataBuffer
byte[] dataBuffer
-
dataLength
int dataLength
-
dataOffset
int dataOffset
-
eventType
int eventType
-
exception
java.lang.Exception exception
-
localFile
java.io.File localFile
-
requestType
int requestType
-
transferredBytes
long transferredBytes
-
-
-
Class org.apache.maven.repository.ArtifactTransferFailedException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.repository.LocalRepositoryNotAccessibleException extends java.io.IOException implements Serializable
-
Class org.apache.maven.repository.VersionNotFoundException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
cause
InvalidVersionSpecificationException cause
-
dependency
Dependency dependency
-
pomFile
java.io.File pomFile
-
projectId
java.lang.String projectId
-
-
-
-
Package org.apache.maven.repository.legacy
-
Class org.apache.maven.repository.legacy.ChecksumFailedException extends org.apache.maven.wagon.TransferFailedException implements Serializable
-
Class org.apache.maven.repository.legacy.WagonConfigurationException extends org.apache.maven.wagon.TransferFailedException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
originalMessage
java.lang.String originalMessage
-
repositoryId
java.lang.String repositoryId
-
-
-
Package org.apache.maven.repository.legacy.metadata
-
Class org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
artifact
Artifact artifact
-
-
-
-
Package org.apache.maven.repository.legacy.resolver.conflict
-
Class org.apache.maven.repository.legacy.resolver.conflict.ConflictResolverNotFoundException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 3372412184339653914L
-
-
Package org.apache.maven.repository.metadata
-
Class org.apache.maven.repository.metadata.GraphConflictResolutionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2677613140287940255L
-
Class org.apache.maven.repository.metadata.MetadataGraphTransformationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -4029897098314019152L
-
Class org.apache.maven.repository.metadata.MetadataResolutionException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.repository.metadata.MetadataRetrievalException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
artifact
ArtifactMetadata artifact
-
-
-
-
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. -
file
ActivationFile file
Specifies that this profile will be activated based on existence of a file. -
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.
-
-
-
Class org.apache.maven.settings.ActivationFile extends java.lang.Object implements Serializable
-
Serialized Fields
-
exists
java.lang.String exists
The name of the file that should exist to activate a profile. -
missing
java.lang.String missing
The name of the file that should be missing to activate a profile.
-
-
-
Class org.apache.maven.settings.ActivationOS extends java.lang.Object implements Serializable
-
Serialized Fields
-
arch
java.lang.String arch
The architecture 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') . -
name
java.lang.String name
The name 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.
-
-
-
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.
-
-
-
Class org.apache.maven.settings.IdentifiableBase extends TrackableBase implements Serializable
-
Serialized Fields
-
id
java.lang.String id
Field id.
-
-
-
Class org.apache.maven.settings.Mirror extends IdentifiableBase implements Serializable
-
Serialized Fields
-
blocked
boolean blocked
Whether this mirror should be blocked from any download request but fail the download process, explaining why. -
layout
java.lang.String layout
The layout of the mirror repository. Since Maven 3. -
mirrorOf
java.lang.String mirrorOf
The server ID of the repository being mirrored, e.g., "central". This MUST NOT match the mirror id. -
mirrorOfLayouts
java.lang.String mirrorOfLayouts
The layouts of repositories being mirrored. This value can be used to restrict the usage of the mirror to repositories with a matching layout (apart from a matching id). Since Maven 3. -
name
java.lang.String name
The optional name that describes the mirror. -
url
java.lang.String url
The URL of the mirror repository.
-
-
-
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. -
pluginRepositories
java.util.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
java.util.Properties properties
Field properties. -
repositories
java.util.List<Repository> repositories
Field repositories.
-
-
-
Class org.apache.maven.settings.Proxy extends IdentifiableBase implements Serializable
-
Serialized Fields
-
active
boolean active
Whether this proxy configuration is the active one. -
host
java.lang.String host
The proxy host. -
nonProxyHosts
java.lang.String nonProxyHosts
The list of non-proxied hosts (delimited by |). -
password
java.lang.String password
The proxy password. -
port
int port
The proxy port. -
protocol
java.lang.String protocol
The proxy protocol. -
username
java.lang.String username
The proxy user.
-
-
-
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 .
-
-
-
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. -
layout
java.lang.String layout
The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default". -
name
java.lang.String name
Human readable name of the repository. -
url
java.lang.String url
The url of the repository.
-
-
-
Class org.apache.maven.settings.RepositoryPolicy extends java.lang.Object implements Serializable
-
Serialized Fields
-
checksumPolicy
java.lang.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
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).
-
-
-
Class org.apache.maven.settings.Server extends IdentifiableBase implements Serializable
-
Serialized Fields
-
configuration
java.lang.Object configuration
Extra configuration for the transport layer. -
directoryPermissions
java.lang.String directoryPermissions
The permissions for directories when they are created. -
filePermissions
java.lang.String filePermissions
The permissions for files when they are created. -
passphrase
java.lang.String passphrase
The passphrase used in conjunction with the privateKey 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. -
username
java.lang.String username
The username used to authenticate.
-
-
-
Class org.apache.maven.settings.Settings extends TrackableBase implements Serializable
-
Serialized Fields
-
activeProfiles
java.util.List<java.lang.String> activeProfiles
Field activeProfiles. -
activeProxy
Proxy activeProxy
-
interactiveMode
boolean interactiveMode
Whether Maven should attempt to interact with the user for input. -
localRepository
java.lang.String localRepository
The local repository.
Default value is:${user.home}/.m2/repository
-
mirrors
java.util.List<Mirror> mirrors
Field mirrors. -
modelEncoding
java.lang.String modelEncoding
Field modelEncoding. -
offline
boolean offline
Indicate whether maven should operate in offline mode full-time. -
pluginGroups
java.util.List<java.lang.String> pluginGroups
Field pluginGroups. -
profileMap
java.util.Map<java.lang.String,Profile> profileMap
-
profiles
java.util.List<Profile> profiles
Field profiles. -
proxies
java.util.List<Proxy> proxies
Field proxies. -
servers
java.util.List<Server> servers
Field servers. -
usePluginRegistry
boolean usePluginRegistry
Whether Maven should use the plugin-registry.xml file to manage plugin versions.
-
-
-
Class org.apache.maven.settings.SettingsConfigurationException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
-
lineNumber
int lineNumber
-
-
-
Class org.apache.maven.settings.TrackableBase extends java.lang.Object implements Serializable
-
Serialized Fields
-
sourceLevel
java.lang.String sourceLevel
-
sourceLevelSet
boolean sourceLevelSet
-
-
-
-
Package org.apache.maven.settings.building
-
Class org.apache.maven.settings.building.SettingsBuildingException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
problems
java.util.List<SettingsProblem> problems
-
-
-
-
Package org.apache.maven.settings.io
-
Class org.apache.maven.settings.io.SettingsParseException extends java.io.IOException implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
The one-based index of the column containing the error. -
lineNumber
int lineNumber
The one-based index of the line containing the error.
-
-
-
-
Package org.apache.maven.toolchain
-
Class org.apache.maven.toolchain.MisconfiguredToolchainException extends java.lang.Exception implements Serializable
-
-
Package org.apache.maven.toolchain.building
-
Class org.apache.maven.toolchain.building.ToolchainsBuildingException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
problems
java.util.List<Problem> problems
-
-
-
-
Package org.apache.maven.toolchain.io
-
Class org.apache.maven.toolchain.io.ToolchainsParseException extends java.io.IOException implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
The one-based index of the column containing the error. -
lineNumber
int lineNumber
The one-based index of the line containing the error.
-
-
-
-
Package org.apache.maven.toolchain.model
-
Class org.apache.maven.toolchain.model.PersistedToolchains extends TrackableBase implements Serializable
-
Serialized Fields
-
modelEncoding
java.lang.String modelEncoding
Field modelEncoding. -
toolchains
java.util.List<ToolchainModel> toolchains
Field toolchains.
-
-
-
Class org.apache.maven.toolchain.model.ToolchainModel extends TrackableBase implements Serializable
-
Serialized Fields
-
configuration
java.lang.Object configuration
Toolchain configuration information, like location or any information that is to be retrieved.
Actual content structure is completely open: each toolchain type will define its own format and semantics.
In general, this is a properties format:
<name>value</name>
with per-toolchain defined properties names. -
provides
java.util.Properties provides
Field provides. -
type
java.lang.String type
Type of toolchain:jdk
for JDK Standard Toolchain,- other value for Custom Toolchain
-
-
-
Class org.apache.maven.toolchain.model.TrackableBase extends java.lang.Object implements Serializable
-
Serialized Fields
-
sourceLevel
java.lang.String sourceLevel
-
sourceLevelSet
boolean sourceLevelSet
-
-
-
-
Package org.apache.maven.usability.plugin
-
Class org.apache.maven.usability.plugin.Expression extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiMethods
java.util.Properties apiMethods
Field apiMethods. -
ban
java.lang.String ban
A preferred alternative to this expression, in the case where it's banned from use. -
cliOptions
java.util.Properties cliOptions
Field cliOptions. -
configuration
java.lang.String configuration
The place and syntax used to change the value of this expression. -
deprecation
java.lang.String deprecation
A preferred alternative to this expression, in the case where it's deprecated. -
description
java.lang.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
java.lang.String syntax
The syntax of the expression.
-
-
-
Class org.apache.maven.usability.plugin.ExpressionDocumentation extends java.lang.Object implements Serializable
-
Serialized Fields
-
expressions
java.util.List<Expression> expressions
Field expressions. -
expressionsBySyntax
java.util.Map expressionsBySyntax
-
modelEncoding
java.lang.String modelEncoding
Field modelEncoding.
-
-
-
Class org.apache.maven.usability.plugin.ExpressionDocumentationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.slf4j
-
Package org.slf4j.impl
-
Class org.slf4j.impl.MavenSimpleLogger extends SimpleLogger implements Serializable
-
Class org.slf4j.impl.SimpleLogger extends org.slf4j.helpers.MarkerIgnoringBase implements Serializable
- serialVersionUID:
- -632788891211436180L
-
Serialized Fields
-
currentLogLevel
int currentLogLevel
The current log level
-
-