Serialized Form
Package org.apache.maven.artifact |
groupId
String groupId
artifactId
String artifactId
version
String version
type
String type
baseMessage
String baseMessage
repositoryId
String repositoryId
layoutId
String layoutId
Package org.apache.maven.artifact.deployer |
Package org.apache.maven.artifact.installer |
Package org.apache.maven.artifact.manager |
Package org.apache.maven.artifact.repository |
layout
ArtifactRepositoryLayout layout
- Deprecated.
snapshots
ArtifactRepositoryPolicy snapshots
- Deprecated.
releases
ArtifactRepositoryPolicy releases
- Deprecated.
blacklisted
boolean blacklisted
- Deprecated.
authentication
Authentication authentication
- Deprecated.
proxy
Proxy proxy
- Deprecated.
mirroredRepositories
List<E> mirroredRepositories
- Deprecated.
Package org.apache.maven.artifact.repository.metadata |
modelVersion
String modelVersion
groupId
String groupId
artifactId
String artifactId
version
String version
versioning
Versioning versioning
plugins
List<E> plugins
modelEncoding
String modelEncoding
name
String name
prefix
String prefix
artifactId
String artifactId
timestamp
String timestamp
buildNumber
int buildNumber
localCopy
boolean localCopy
classifier
String classifier
extension
String extension
version
String version
updated
String updated
latest
String latest
release
String release
snapshot
Snapshot snapshot
versions
List<E> versions
lastUpdated
String lastUpdated
snapshotVersions
List<E> snapshotVersions
Package org.apache.maven.artifact.resolver |
groupId
String groupId
artifactId
String artifactId
version
String version
type
String type
classifier
String classifier
artifact
Artifact artifact
remoteRepositories
List<E> remoteRepositories
originalMessage
String originalMessage
path
String path
downloadUrl
String downloadUrl
artifact
Artifact artifact
resolvedArtifacts
List<E> resolvedArtifacts
missingArtifacts
List<E> missingArtifacts
Package org.apache.maven.artifact.versioning |
Package org.apache.maven.execution |
Package org.apache.maven.profiles |
activeByDefault
boolean activeByDefault
- Flag specifying whether this profile is active as a default.
jdk
String jdk
- Specifies that this profile will be activated
when a matching JDK is detected.
os
ActivationOS os
- Specifies that this profile will be activated
when matching OS attributes are detected.
property
ActivationProperty property
- Specifies that this profile will be activated
when this System property is specified.
file
ActivationFile file
- Specifies that this profile will be activated
based on existence of a file.
missing
String missing
- The name of the file that should be missing to activate a
profile.
exists
String exists
- The name of the file that should exist to activate a profile.
name
String name
- The name of the OS to be used to activate a profile.
family
String family
- The general family of the OS to be used to activate a
profile (e.g. 'windows').
arch
String arch
- The architecture of the OS to be used to activate a profile.
version
String version
- The version of the OS to be used to activate a profile.
name
String name
- The name of the property to be used to activate a profile.
value
String value
- The value of the property to be used to activate a profile.
id
String id
- The ID of this build profile, for activation
purposes.
activation
Activation activation
- The conditional logic which will automatically
trigger the inclusion of this profile.
properties
Properties properties
- Field properties.
repositories
List<E> repositories
- Field repositories.
pluginRepositories
List<E> pluginRepositories
- This may be removed or relocated in the near
future. It is undecided whether plugins really
need a remote
repository set of their own.
profiles
List<E> profiles
- Field profiles.
activeProfiles
List<E> activeProfiles
- Field activeProfiles.
modelEncoding
String modelEncoding
- Field modelEncoding.
releases
RepositoryPolicy releases
- How to handle downloading of releases from this repository.
snapshots
RepositoryPolicy snapshots
- How to handle downloading of snapshots from this repository.
id
String id
- A unique identifier for a repository.
name
String name
- Human readable name of the repository
.
url
String url
- The url of the repository
.
layout
String layout
- The type of layout this repository uses for locating and
storing artifacts - can be "legacy" or
"default".
enabled
boolean enabled
- Whether to use this repository for downloading this type of
artifact.
updatePolicy
String updatePolicy
- The frequency for downloading updates - can be
"always", "daily" (default), "interval:XXX" (in minutes) or
"never" (only if it doesn't exist locally).
checksumPolicy
String checksumPolicy
- What to do when verification of an artifact checksum fails -
warn, fail, etc. Valid values are
"fail" or "warn".
Package org.apache.maven.profiles.activation |
serialVersionUID: -90820222109103638L
Package org.apache.maven.project |
result
DependencyResolutionResult result
artifact
Artifact artifact
project
MavenProject project
projectId
String projectId
existingProjectFile
File existingProjectFile
conflictingProjectFile
File conflictingProjectFile
validationResult
ModelValidationResult validationResult
- Deprecated.
locationInPom
String locationInPom
offendingVersion
String offendingVersion
projectId
String projectId
pomFile
File pomFile
results
List<E> results
Package org.apache.maven.project.interpolation |
expression
String expression
- Deprecated.
originalMessage
String originalMessage
- Deprecated.
Package org.apache.maven.reporting |
Package org.apache.maven.repository |
eventType
int eventType
requestType
int requestType
exception
Exception exception
localFile
File localFile
artifact
ArtifactTransferResource artifact
transferredBytes
long transferredBytes
dataBuffer
byte[] dataBuffer
dataOffset
int dataOffset
dataLength
int dataLength
dependency
Dependency dependency
projectId
String projectId
pomFile
File pomFile
cause
InvalidVersionSpecificationException cause
Package org.apache.maven.repository.legacy |
serialVersionUID: 1L
originalMessage
String originalMessage
repositoryId
String repositoryId
Package org.apache.maven.repository.legacy.resolver.conflict |
serialVersionUID: 3372412184339653914L
Package org.apache.maven.repository.metadata |
serialVersionUID: 2677613140287940255L
serialVersionUID: -4029897098314019152L
artifact
ArtifactMetadata artifact
Package org.apache.maven.usability.plugin |
syntax
String syntax
- The syntax of the expression.
description
String description
- The description of what this expression references, and what
it's generally used for.
configuration
String configuration
- The place and syntax used to change the value of this
expression.
cliOptions
Properties cliOptions
- Field cliOptions.
apiMethods
Properties apiMethods
- Field apiMethods.
deprecation
String deprecation
- A preferred alternative to this expression, in the case
where it's deprecated.
ban
String ban
- A preferred alternative to this expression, in the case
where it's banned from use.
editable
boolean editable
- Whether the value of this expression can be changed.
expressions
List<E> expressions
- Field expressions.
modelEncoding
String modelEncoding
- Field modelEncoding.
expressionsBySyntax
Map<K,V> expressionsBySyntax
serialVersionUID: 1L
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.