|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.apache.maven |
---|
Class org.apache.maven.BuildAbort extends Error implements Serializable |
---|
Class org.apache.maven.BuildFailureException extends Exception implements Serializable |
---|
Class org.apache.maven.DuplicateProjectException extends MavenExecutionException implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> collisions
Class org.apache.maven.InternalErrorException extends MavenExecutionException implements Serializable |
---|
Class org.apache.maven.MavenExecutionException extends Exception implements Serializable |
---|
Serialized Fields |
---|
File pomFile
Class org.apache.maven.MissingModuleException extends MavenExecutionException implements Serializable |
---|
Serialized Fields |
---|
File moduleFile
String moduleName
Class org.apache.maven.ProjectBuildFailureException extends BuildFailureException implements Serializable |
---|
Serialized Fields |
---|
String projectId
Class org.apache.maven.ProjectCycleException extends BuildFailureException implements Serializable |
---|
Package org.apache.maven.artifact |
---|
Class org.apache.maven.artifact.DependencyResolutionRequiredException extends Exception implements Serializable |
---|
Class org.apache.maven.artifact.InvalidArtifactRTException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
String groupId
String artifactId
String version
String type
String baseMessage
Class org.apache.maven.artifact.InvalidRepositoryException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String repositoryId
Class org.apache.maven.artifact.UnknownRepositoryLayoutException extends InvalidRepositoryException implements Serializable |
---|
Serialized Fields |
---|
String layoutId
Package org.apache.maven.artifact.deployer |
---|
Class org.apache.maven.artifact.deployer.ArtifactDeploymentException extends Exception implements Serializable |
---|
Package org.apache.maven.artifact.installer |
---|
Class org.apache.maven.artifact.installer.ArtifactInstallationException extends 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 |
---|
ArtifactRepositoryLayout layout
ArtifactRepositoryPolicy snapshots
ArtifactRepositoryPolicy releases
boolean blacklisted
Authentication authentication
Proxy proxy
List<E> mirroredRepositories
Package org.apache.maven.artifact.repository.metadata |
---|
Class org.apache.maven.artifact.repository.metadata.Metadata extends Object implements Serializable |
---|
Serialized Fields |
---|
String modelVersion
String groupId
String artifactId
String version
Versioning versioning
List<E> plugins
String modelEncoding
Class org.apache.maven.artifact.repository.metadata.Plugin extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String prefix
String artifactId
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataDeploymentException extends Throwable implements Serializable |
---|
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataInstallationException extends Throwable implements Serializable |
---|
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataReadException extends Exception implements Serializable |
---|
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataResolutionException extends Exception implements Serializable |
---|
Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataStoreException extends Exception implements Serializable |
---|
Class org.apache.maven.artifact.repository.metadata.Snapshot extends Object implements Serializable |
---|
Serialized Fields |
---|
String timestamp
int buildNumber
boolean localCopy
Class org.apache.maven.artifact.repository.metadata.SnapshotVersion extends Object implements Serializable |
---|
Serialized Fields |
---|
String classifier
String extension
String version
String updated
Class org.apache.maven.artifact.repository.metadata.Versioning extends Object implements Serializable |
---|
Serialized Fields |
---|
String latest
String release
Snapshot snapshot
List<E> versions
String lastUpdated
List<E> snapshotVersions
Package org.apache.maven.artifact.repository.metadata.io |
---|
Class org.apache.maven.artifact.repository.metadata.io.MetadataParseException extends IOException implements Serializable |
---|
Serialized Fields |
---|
int lineNumber
int columnNumber
Package org.apache.maven.artifact.resolver |
---|
Class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String groupId
String artifactId
String version
String type
String classifier
Artifact artifact
List<E> remoteRepositories
String originalMessage
String path
Class org.apache.maven.artifact.resolver.ArtifactNotFoundException extends AbstractArtifactResolutionException implements Serializable |
---|
Serialized Fields |
---|
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
Class org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException extends ArtifactResolutionException implements Serializable |
---|
Serialized Fields |
---|
List<E> resolvedArtifacts
List<E> missingArtifacts
Package org.apache.maven.artifact.versioning |
---|
Class org.apache.maven.artifact.versioning.InvalidVersionSpecificationException extends Exception implements Serializable |
---|
Class org.apache.maven.artifact.versioning.ManagedVersionMap extends HashMap<String,Artifact> implements Serializable |
---|
Class org.apache.maven.artifact.versioning.OverConstrainedVersionException extends ArtifactResolutionException implements Serializable |
---|
Package org.apache.maven.configuration |
---|
Class org.apache.maven.configuration.BeanConfigurationException extends Exception implements Serializable |
---|
Package org.apache.maven.execution |
---|
Class org.apache.maven.execution.MavenExecutionRequestPopulationException extends Exception implements Serializable |
---|
Package org.apache.maven.lifecycle |
---|
Class org.apache.maven.lifecycle.LifecycleExecutionException extends Exception implements Serializable |
---|
Serialized Fields |
---|
MavenProject project
Class org.apache.maven.lifecycle.LifecycleNotFoundException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String lifecycleId
Class org.apache.maven.lifecycle.LifecyclePhaseNotFoundException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String lifecyclePhase
Class org.apache.maven.lifecycle.MissingProjectException extends Exception implements Serializable |
---|
Class org.apache.maven.lifecycle.NoGoalSpecifiedException extends Exception implements Serializable |
---|
Package org.apache.maven.model |
---|
Class org.apache.maven.model.Activation extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean activeByDefault
String jdk
1.4
only activates on
JDKs versioned 1.4,
while !1.4
matches any JDK that is
not version 1.4.
ActivationOS os
ActivationProperty property
ActivationFile file
Map<K,V> locations
Class org.apache.maven.model.ActivationFile extends Object implements Serializable |
---|
Serialized Fields |
---|
String missing
String exists
Map<K,V> locations
Class org.apache.maven.model.ActivationOS extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
${os.name}
Java property,
such as Windows XP
.
String family
windows
or unix
.
String arch
String version
Map<K,V> locations
Class org.apache.maven.model.ActivationProperty extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String value
Map<K,V> locations
Class org.apache.maven.model.Build extends BuildBase implements Serializable |
---|
Serialized Fields |
---|
String sourceDirectory
String scriptSourceDirectory
String testSourceDirectory
String outputDirectory
String testOutputDirectory
List<E> extensions
Class org.apache.maven.model.BuildBase extends PluginConfiguration implements Serializable |
---|
Serialized Fields |
---|
String defaultGoal
List<E> resources
List<E> testResources
String directory
String finalName
${artifactId}-${version}
.
List<E> filters
Class org.apache.maven.model.CiManagement extends Object implements Serializable |
---|
Serialized Fields |
---|
String system
continuum
.
String url
List<E> notifiers
Map<K,V> locations
Class org.apache.maven.model.ConfigurationContainer extends Object implements Serializable |
---|
Serialized Fields |
---|
String inherited
String
for
technical reasons, the semantic type is actually
Boolean
. Default value is
true
.
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
or combine.self
attributes to the
children of the configuration element:
combine.children
: available
values are merge
(default) and
append
,combine.self
: available values
are merge
(default) and
override
.See POM Reference documentation and Xpp3DomUtils for more information.
Map<K,V> locations
boolean inheritanceApplied
Class org.apache.maven.model.Contributor extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String email
String url
String organization
String organizationUrl
List<E> roles
String timezone
Properties properties
Map<K,V> locations
Class org.apache.maven.model.Dependency extends Object implements Serializable |
---|
Serialized Fields |
---|
String groupId
org.apache.maven
.
String artifactId
maven-artifact
.
String version
3.2.1
. In Maven 2, this can also be
specified as a range of versions.
String type
jar
,
war
, ejb-client
and test-jar
: see default
artifact handlers for a list.
New types can be defined by plugins that set
extensions
to true
, so
this is not a complete list.
String classifier
sources
and javadoc
:
see default artifact
handlers for a list,jdk14
and
jdk15
.
String scope
compile
, runtime
,
test
, system
, and
provided
. 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.
String systemPath
${java.home}
.
List<E> exclusions
String optional
String
for
technical reasons, the semantic type is actually
Boolean
. Default value is
false
.
Map<K,V> locations
Class org.apache.maven.model.DependencyManagement extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> dependencies
Map<K,V> locations
Class org.apache.maven.model.DeploymentRepository extends Repository implements Serializable |
---|
Serialized Fields |
---|
boolean uniqueVersion
Class org.apache.maven.model.Developer extends Contributor implements Serializable |
---|
Serialized Fields |
---|
String id
Class org.apache.maven.model.DistributionManagement extends Object implements Serializable |
---|
Serialized Fields |
---|
DeploymentRepository repository
DeploymentRepository snapshotRepository
repository
element.
Site site
String downloadUrl
url
.
This is given to assist in locating artifacts
that are not in the repository due to
licensing restrictions.
Relocation relocation
String status
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).
Map<K,V> locations
Class org.apache.maven.model.Exclusion extends Object implements Serializable |
---|
Serialized Fields |
---|
String artifactId
String groupId
Map<K,V> locations
Class org.apache.maven.model.Extension extends Object implements Serializable |
---|
Serialized Fields |
---|
String groupId
String artifactId
String version
Map<K,V> locations
Class org.apache.maven.model.FileSet extends PatternSet implements Serializable |
---|
Serialized Fields |
---|
String directory
Class org.apache.maven.model.InputLocation extends Object implements Serializable |
---|
Serialized Fields |
---|
int lineNumber
int columnNumber
InputSource source
Map<K,V> locations
Class org.apache.maven.model.InputSource extends Object implements Serializable |
---|
Serialized Fields |
---|
String modelId
<groupId>:<artifactId>:<version>
.
String location
null
if
unknown.
Class org.apache.maven.model.IssueManagement extends Object implements Serializable |
---|
Serialized Fields |
---|
String system
String url
Map<K,V> locations
Class org.apache.maven.model.License extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String url
String distribution
String comments
Map<K,V> locations
Class org.apache.maven.model.MailingList extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String subscribe
mailto:
link will automatically be
created
when the documentation is created.
String unsubscribe
mailto:
link will automatically be
created
when the documentation is created.
String post
mailto:
link will automatically be
created
when the documentation is created.
String archive
List<E> otherArchives
Map<K,V> locations
Class org.apache.maven.model.Model extends ModelBase implements Serializable |
---|
Serialized Fields |
---|
String modelVersion
Parent parent
String groupId
org.apache.maven
).
String artifactId
String version
String packaging
jar
war
ear
pom
.
Plugins can create their own packaging, and
therefore their own packaging types,
so this list does not contain all possible
types.
String name
String description
String url
String inceptionYear
Organization organization
List<E> licenses
List<E> developers
List<E> contributors
List<E> mailingLists
Prerequisites prerequisites
Scm scm
IssueManagement issueManagement
CiManagement ciManagement
Build build
List<E> profiles
String modelEncoding
File pomFile
Class org.apache.maven.model.ModelBase extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> modules
DistributionManagement distributionManagement
Properties properties
DependencyManagement dependencyManagement
List<E> dependencies
List<E> repositories
List<E> pluginRepositories
Object reports
Reporting reporting
mvn site
.
All of the reports will be included in the
navigation bar for browsing.
Map<K,V> locations
Class org.apache.maven.model.Notifier extends Object implements Serializable |
---|
Serialized Fields |
---|
String type
boolean sendOnError
boolean sendOnFailure
boolean sendOnSuccess
boolean sendOnWarning
String address
Properties configuration
Map<K,V> locations
Class org.apache.maven.model.Organization extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String url
Map<K,V> locations
Class org.apache.maven.model.Parent extends Object implements Serializable |
---|
Serialized Fields |
---|
String groupId
String artifactId
String version
String relativePath
pom.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.
Map<K,V> locations
Class org.apache.maven.model.PatternSet extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> includes
List<E> excludes
Map<K,V> locations
Class org.apache.maven.model.Plugin extends ConfigurationContainer implements Serializable |
---|
Serialized Fields |
---|
String groupId
String artifactId
String version
String extensions
String
for
technical reasons, the semantic type is actually
Boolean
. Default value is
false
.
List<E> executions
List<E> dependencies
Object goals
Map<K,V> executionMap
String key
Class org.apache.maven.model.PluginConfiguration extends PluginContainer implements Serializable |
---|
Serialized Fields |
---|
PluginManagement pluginManagement
Class org.apache.maven.model.PluginContainer extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> plugins
Map<K,V> locations
Map<K,V> pluginMap
Class org.apache.maven.model.PluginExecution extends ConfigurationContainer implements Serializable |
---|
Serialized Fields |
---|
String id
String phase
int priority
List<E> goals
Class org.apache.maven.model.PluginManagement extends PluginContainer implements Serializable |
---|
Class org.apache.maven.model.Prerequisites extends Object implements Serializable |
---|
Serialized Fields |
---|
String maven
Map<K,V> locations
Class org.apache.maven.model.Profile extends ModelBase implements Serializable |
---|
Serialized Fields |
---|
String id
Activation activation
BuildBase build
String source
Class org.apache.maven.model.Relocation extends Object implements Serializable |
---|
Serialized Fields |
---|
String groupId
String artifactId
String version
String message
Map<K,V> locations
Class org.apache.maven.model.Reporting extends Object implements Serializable |
---|
Serialized Fields |
---|
String excludeDefaults
String
for
technical reasons, the semantic type is actually
Boolean
. Default value is
false
.
String outputDirectory
${project.build.directory}/site
.
List<E> plugins
Map<K,V> locations
Map<K,V> reportPluginMap
Class org.apache.maven.model.ReportPlugin extends ConfigurationContainer implements Serializable |
---|
Serialized Fields |
---|
String groupId
String artifactId
String version
List<E> reportSets
Map<K,V> reportSetMap
Class org.apache.maven.model.ReportSet extends ConfigurationContainer implements Serializable |
---|
Serialized Fields |
---|
String id
List<E> reports
Class org.apache.maven.model.Repository extends RepositoryBase implements Serializable |
---|
Serialized Fields |
---|
RepositoryPolicy releases
RepositoryPolicy snapshots
Class org.apache.maven.model.RepositoryBase extends Object implements Serializable |
---|
Serialized Fields |
---|
String id
settings.xml
file, for example. Furthermore,
the identifier is
used during POM inheritance and profile
injection to detect repositories that should be merged.
String name
String url
protocol://hostname/path
.
String layout
legacy
or
default
.
Map<K,V> locations
Class org.apache.maven.model.RepositoryPolicy extends Object implements Serializable |
---|
Serialized Fields |
---|
String enabled
String
for
technical reasons, the semantic type is actually
Boolean
. Default value is
true
.
String updatePolicy
always,
daily
(default),
interval:XXX
(in minutes) or
never
(only if it doesn't exist locally).
String checksumPolicy
ignore
,
fail
or
warn
(the default).
Map<K,V> locations
Class org.apache.maven.model.Resource extends FileSet implements Serializable |
---|
Serialized Fields |
---|
String targetPath
${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.
String filtering
properties
element and from the
properties in the files listed in the
filters
element. Note: While the type
of this field is String
for
technical reasons, the semantic type is actually
Boolean
. Default value is
false
.
String mergeId
Class org.apache.maven.model.Scm extends Object implements Serializable |
---|
Serialized Fields |
---|
String connection
String developerConnection
connection
, but for
developers, i.e. this scm connection
will not be read only.
String tag
String url
Map<K,V> locations
Class org.apache.maven.model.Site extends Object implements Serializable |
---|
Serialized Fields |
---|
String id
settings.xml
file, for example.
String name
String url
protocol://hostname/path
.
Map<K,V> locations
Package org.apache.maven.model.building |
---|
Class org.apache.maven.model.building.ModelBuildingException extends Exception implements Serializable |
---|
Serialized Fields |
---|
ModelBuildingResult result
Package org.apache.maven.model.io |
---|
Class org.apache.maven.model.io.ModelParseException extends IOException implements Serializable |
---|
Serialized Fields |
---|
int lineNumber
int columnNumber
Package org.apache.maven.model.resolution |
---|
Class org.apache.maven.model.resolution.InvalidRepositoryException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Repository repository
null
.
Class org.apache.maven.model.resolution.UnresolvableModelException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String groupId
String artifactId
String version
Package org.apache.maven.plugin |
---|
Class org.apache.maven.plugin.AbstractMojoExecutionException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Object source
String longMessage
Class org.apache.maven.plugin.CycleDetectedInPluginGraphException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Plugin plugin
Class org.apache.maven.plugin.InvalidPluginDescriptorException extends Exception implements Serializable |
---|
Class org.apache.maven.plugin.InvalidPluginException extends 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 Exception implements Serializable |
---|
Serialized Fields |
---|
String goal
PluginDescriptor pluginDescriptor
Class org.apache.maven.plugin.PluginConfigurationException extends Exception implements Serializable |
---|
Serialized Fields |
---|
PluginDescriptor pluginDescriptor
String originalMessage
Class org.apache.maven.plugin.PluginContainerException extends PluginManagerException implements Serializable |
---|
Serialized Fields |
---|
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm
Class org.apache.maven.plugin.PluginDescriptorParsingException extends Exception implements Serializable |
---|
Class org.apache.maven.plugin.PluginExecutionException extends PluginManagerException implements Serializable |
---|
Serialized Fields |
---|
MojoExecution mojoExecution
Class org.apache.maven.plugin.PluginIncompatibleException extends PluginManagerException implements Serializable |
---|
Class org.apache.maven.plugin.PluginLoaderException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String pluginKey
Class org.apache.maven.plugin.PluginManagerException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String pluginGroupId
String pluginArtifactId
String pluginVersion
String goal
MavenProject project
Class org.apache.maven.plugin.PluginNotFoundException extends AbstractArtifactResolutionException implements Serializable |
---|
Serialized Fields |
---|
Plugin plugin
Class org.apache.maven.plugin.PluginParameterException extends PluginConfigurationException implements Serializable |
---|
Serialized Fields |
---|
List<E> parameters
MojoDescriptor mojo
Class org.apache.maven.plugin.PluginResolutionException extends Exception implements Serializable |
---|
Serialized Fields |
---|
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 PlexusConfigurationException implements Serializable |
---|
Package org.apache.maven.plugin.descriptor.model |
---|
Class org.apache.maven.plugin.descriptor.model.Configuration extends Object implements Serializable |
---|
Serialized Fields |
---|
String expression
String implementation
String defaultValue
Class org.apache.maven.plugin.descriptor.model.Dependency extends Object implements Serializable |
---|
Serialized Fields |
---|
String groupId
String artifactId
String version
String type
Class org.apache.maven.plugin.descriptor.model.MojoDescriptor extends Object implements Serializable |
---|
Serialized Fields |
---|
String goal
String description
String implementation
String language
String phase
<phase>
element from the
surrounding <execution>
element.
String executePhase
String executeGoal
String executeLifecycle
String requiresDependencyResolution
compile
,
runtime
, test
,
compile+runtime
(since Maven 3.0)
or runtime+system
(since Maven 3.0)
.
String requiresDependencyCollection
boolean requiresDirectInvocation
boolean requiresProject
boolean requiresReports
boolean requiresOnline
boolean aggregator
boolean inheritedByDefault
boolean threadSafe
String instantiationStrategy
String executionStrategy
once-per-session
, always
.
String since
String deprecated
String configurator
String composer
List<E> parameters
List<E> configuration
List<E> requirements
Class org.apache.maven.plugin.descriptor.model.Parameter extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String alias
String type
boolean required
boolean editable
<build><finalName/></build>
rather
than specifying a value for finalName directly
in the plugin configuration section. It is also useful to
ensure that - for example - a List-typed
parameter which expects items of type Artifact doesn't get a
List
full of Strings.
String implementation
String description
String since
String deprecated
Class org.apache.maven.plugin.descriptor.model.PluginDescriptor extends Object implements Serializable |
---|
Serialized Fields |
---|
String description
String groupId
String artifactId
String version
String goalPrefix
boolean isolatedRealm
boolean inheritedByDefault
List<E> mojos
List<E> dependencies
String modelEncoding
Class org.apache.maven.plugin.descriptor.model.Requirement extends Object implements Serializable |
---|
Serialized Fields |
---|
String role
String roleHint
String fieldName
Package org.apache.maven.plugin.lifecycle |
---|
Class org.apache.maven.plugin.lifecycle.Execution extends Object implements Serializable |
---|
Serialized Fields |
---|
Object configuration
List<E> goals
Class org.apache.maven.plugin.lifecycle.Lifecycle extends Object implements Serializable |
---|
Serialized Fields |
---|
String id
List<E> phases
Class org.apache.maven.plugin.lifecycle.LifecycleConfiguration extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> lifecycles
String modelEncoding
Class org.apache.maven.plugin.lifecycle.Phase extends Object implements Serializable |
---|
Serialized Fields |
---|
String id
generate-sources
.
List<E> executions
Object configuration
Package org.apache.maven.plugin.prefix |
---|
Class org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException extends Exception implements Serializable |
---|
Package org.apache.maven.plugin.version |
---|
Class org.apache.maven.plugin.version.PluginVersionNotFoundException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String groupId
String artifactId
Class org.apache.maven.plugin.version.PluginVersionResolutionException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String groupId
String artifactId
String baseMessage
Package org.apache.maven.profiles |
---|
Class org.apache.maven.profiles.Activation extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean activeByDefault
String jdk
ActivationOS os
ActivationProperty property
ActivationFile file
Class org.apache.maven.profiles.ActivationFile extends Object implements Serializable |
---|
Serialized Fields |
---|
String missing
String exists
Class org.apache.maven.profiles.ActivationOS extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String family
String arch
String version
Class org.apache.maven.profiles.ActivationProperty extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String value
Class org.apache.maven.profiles.Profile extends Object implements Serializable |
---|
Serialized Fields |
---|
String id
Activation activation
Properties properties
List<E> repositories
List<E> pluginRepositories
Class org.apache.maven.profiles.ProfilesRoot extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> profiles
List<E> activeProfiles
String modelEncoding
Class org.apache.maven.profiles.Repository extends RepositoryBase implements Serializable |
---|
Serialized Fields |
---|
RepositoryPolicy releases
RepositoryPolicy snapshots
Class org.apache.maven.profiles.RepositoryBase extends Object implements Serializable |
---|
Serialized Fields |
---|
String id
String name
String url
String layout
Class org.apache.maven.profiles.RepositoryPolicy extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean enabled
String updatePolicy
String checksumPolicy
Package org.apache.maven.profiles.activation |
---|
Class org.apache.maven.profiles.activation.ProfileActivationException extends Exception implements Serializable |
---|
serialVersionUID: -90820222109103638L
Package org.apache.maven.project |
---|
Class org.apache.maven.project.DependencyResolutionException extends Exception implements Serializable |
---|
Serialized Fields |
---|
DependencyResolutionResult result
Class org.apache.maven.project.DuplicateArtifactAttachmentException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Artifact artifact
MavenProject project
Class org.apache.maven.project.DuplicateProjectException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String projectId
File existingProjectFile
File conflictingProjectFile
Class org.apache.maven.project.InvalidProjectModelException extends ProjectBuildingException implements Serializable |
---|
Serialized Fields |
---|
ModelValidationResult validationResult
Class org.apache.maven.project.InvalidProjectVersionException extends ProjectBuildingException implements Serializable |
---|
Serialized Fields |
---|
String locationInPom
String offendingVersion
Class org.apache.maven.project.MissingRepositoryElementException extends InvalidRepositoryException implements Serializable |
---|
Class org.apache.maven.project.ProjectBuildingException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String projectId
File pomFile
List<E> results
Package org.apache.maven.project.artifact |
---|
Class org.apache.maven.project.artifact.InvalidDependencyVersionException extends InvalidProjectVersionException implements Serializable |
---|
Serialized Fields |
---|
Dependency dependency
Package org.apache.maven.project.interpolation |
---|
Class org.apache.maven.project.interpolation.ModelInterpolationException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String expression
String originalMessage
Package org.apache.maven.reporting |
---|
Class org.apache.maven.reporting.MavenReportException extends Exception implements Serializable |
---|
Package org.apache.maven.repository |
---|
Class org.apache.maven.repository.ArtifactDoesNotExistException extends Exception implements Serializable |
---|
Class org.apache.maven.repository.ArtifactTransferEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
int eventType
int requestType
Exception exception
File localFile
ArtifactTransferResource artifact
long transferredBytes
byte[] dataBuffer
int dataOffset
int dataLength
Class org.apache.maven.repository.ArtifactTransferFailedException extends Exception implements Serializable |
---|
Class org.apache.maven.repository.LocalRepositoryNotAccessibleException extends IOException implements Serializable |
---|
Class org.apache.maven.repository.VersionNotFoundException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Dependency dependency
String projectId
File pomFile
InvalidVersionSpecificationException cause
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 |
---|
String originalMessage
String repositoryId
Package org.apache.maven.repository.legacy.metadata |
---|
Class org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Artifact artifact
Package org.apache.maven.repository.legacy.resolver.conflict |
---|
Class org.apache.maven.repository.legacy.resolver.conflict.ConflictResolverNotFoundException extends Exception implements Serializable |
---|
serialVersionUID: 3372412184339653914L
Package org.apache.maven.repository.metadata |
---|
Class org.apache.maven.repository.metadata.GraphConflictResolutionException extends Exception implements Serializable |
---|
serialVersionUID: 2677613140287940255L
Class org.apache.maven.repository.metadata.MetadataGraphTransformationException extends Exception implements Serializable |
---|
serialVersionUID: -4029897098314019152L
Class org.apache.maven.repository.metadata.MetadataResolutionException extends Exception implements Serializable |
---|
Class org.apache.maven.repository.metadata.MetadataRetrievalException extends Exception implements Serializable |
---|
Serialized Fields |
---|
ArtifactMetadata artifact
Package org.apache.maven.settings |
---|
Class org.apache.maven.settings.Activation extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean activeByDefault
String jdk
ActivationOS os
ActivationProperty property
ActivationFile file
Class org.apache.maven.settings.ActivationFile extends Object implements Serializable |
---|
Serialized Fields |
---|
String missing
String exists
Class org.apache.maven.settings.ActivationOS extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String family
String arch
String version
Class org.apache.maven.settings.ActivationProperty extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String value
Class org.apache.maven.settings.IdentifiableBase extends TrackableBase implements Serializable |
---|
Serialized Fields |
---|
String id
Class org.apache.maven.settings.Mirror extends IdentifiableBase implements Serializable |
---|
Serialized Fields |
---|
String mirrorOf
String name
String url
String layout
String mirrorOfLayouts
Class org.apache.maven.settings.Profile extends IdentifiableBase implements Serializable |
---|
Serialized Fields |
---|
Activation activation
Properties properties
List<E> repositories
List<E> pluginRepositories
Class org.apache.maven.settings.Proxy extends IdentifiableBase implements Serializable |
---|
Serialized Fields |
---|
boolean active
String protocol
String username
String password
int port
String host
String nonProxyHosts
Class org.apache.maven.settings.Repository extends RepositoryBase implements Serializable |
---|
Serialized Fields |
---|
RepositoryPolicy releases
RepositoryPolicy snapshots
Class org.apache.maven.settings.RepositoryBase extends Object implements Serializable |
---|
Serialized Fields |
---|
String id
String name
String url
String layout
Class org.apache.maven.settings.RepositoryPolicy extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean enabled
String updatePolicy
String checksumPolicy
Class org.apache.maven.settings.Server extends IdentifiableBase implements Serializable |
---|
Serialized Fields |
---|
String username
String password
String privateKey
String passphrase
String filePermissions
String directoryPermissions
Object configuration
Class org.apache.maven.settings.Settings extends TrackableBase implements Serializable |
---|
Serialized Fields |
---|
String localRepository
boolean interactiveMode
boolean usePluginRegistry
boolean offline
List<E> proxies
List<E> servers
List<E> mirrors
List<E> profiles
List<E> activeProfiles
List<E> pluginGroups
String modelEncoding
Proxy activeProxy
Map<K,V> profileMap
RuntimeInfo runtimeInfo
Class org.apache.maven.settings.SettingsConfigurationException extends Exception implements Serializable |
---|
Serialized Fields |
---|
int lineNumber
int columnNumber
Class org.apache.maven.settings.TrackableBase extends Object implements Serializable |
---|
Serialized Fields |
---|
String sourceLevel
boolean sourceLevelSet
Package org.apache.maven.settings.building |
---|
Class org.apache.maven.settings.building.SettingsBuildingException extends Exception implements Serializable |
---|
Serialized Fields |
---|
List<E> problems
Package org.apache.maven.settings.io |
---|
Class org.apache.maven.settings.io.SettingsParseException extends IOException implements Serializable |
---|
Serialized Fields |
---|
int lineNumber
int columnNumber
Package org.apache.maven.toolchain |
---|
Class org.apache.maven.toolchain.MisconfiguredToolchainException extends Exception implements Serializable |
---|
Package org.apache.maven.toolchain.model |
---|
Class org.apache.maven.toolchain.model.PersistedToolchains extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> toolchains
String modelEncoding
Class org.apache.maven.toolchain.model.ToolchainModel extends Object implements Serializable |
---|
Serialized Fields |
---|
String type
Object provides
Object configuration
Package org.apache.maven.usability.plugin |
---|
Class org.apache.maven.usability.plugin.Expression extends Object implements Serializable |
---|
Serialized Fields |
---|
String syntax
String description
String configuration
Properties cliOptions
Properties apiMethods
String deprecation
String ban
boolean editable
Class org.apache.maven.usability.plugin.ExpressionDocumentation extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> expressions
String modelEncoding
Map<K,V> expressionsBySyntax
Class org.apache.maven.usability.plugin.ExpressionDocumentationException extends Exception implements Serializable |
---|
serialVersionUID: 1L
Package org.slf4j |
---|
Package org.slf4j.impl |
---|
Class org.slf4j.impl.SimpleLogger extends org.slf4j.helpers.MarkerIgnoringBase implements Serializable |
---|
serialVersionUID: -632788891211436180L
Serialized Fields |
---|
int currentLogLevel
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |