Serialized Form


Package org.apache.maven.plugin

Class org.apache.maven.plugin.AbstractMojoExecutionException extends Exception implements Serializable

Serialized Fields

source

Object source

longMessage

String longMessage

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

goal

String goal

pluginDescriptor

PluginDescriptor pluginDescriptor

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.lifecycle

Class org.apache.maven.plugin.lifecycle.Execution extends Object implements Serializable

Serialized Fields

configuration

Object configuration
Configuration to pass to the goals.


goals

List<E> goals
Field goals.

Class org.apache.maven.plugin.lifecycle.Lifecycle extends Object implements Serializable

Serialized Fields

id

String id
The ID of this lifecycle, for identification in the mojo descriptor.


phases

List<E> phases
Field phases.

Class org.apache.maven.plugin.lifecycle.LifecycleConfiguration extends Object implements Serializable

Serialized Fields

lifecycles

List<E> lifecycles
Field lifecycles.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.plugin.lifecycle.Phase extends Object implements Serializable

Serialized Fields

id

String id
The ID of this phase, eg generate-sources.


executions

List<E> executions
Field executions.


configuration

Object configuration
Configuration to pass to all goals run in this phase.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.