|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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
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.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)
.
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
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |