Serialized Form
-
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.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
-
-
-
-
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
.
-
-
-