Serialized Form


Package org.apache.maven.plugin

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

Serialized Fields

source

java.lang.Object source

longMessage

java.lang.String longMessage

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

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


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<E> goals
Field goals.


modelEncoding

java.lang.String modelEncoding

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<E> phases
Field phases.


modelEncoding

java.lang.String modelEncoding

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

Serialized Fields

lifecycles

java.util.List<E> lifecycles
Field lifecycles.


modelEncoding

java.lang.String modelEncoding

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

Serialized Fields

id

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


executions

java.util.List<E> executions
Field executions.


configuration

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


modelEncoding

java.lang.String modelEncoding



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