Serialized Form
Package org.apache.maven.plugin.tools.model |
Class org.apache.maven.plugin.tools.model.Component extends Object implements Serializable |
role
String role
hint
String hint
modelEncoding
String modelEncoding
Class org.apache.maven.plugin.tools.model.LifecycleExecution extends Object implements Serializable |
lifecycle
String lifecycle
phase
String phase
goal
String goal
modelEncoding
String modelEncoding
Class org.apache.maven.plugin.tools.model.Mojo extends Object implements Serializable |
goal
String goal
phase
String phase
aggregator
boolean aggregator
requiresDependencyResolution
String requiresDependencyResolution
requiresProject
boolean requiresProject
requiresReports
boolean requiresReports
requiresOnline
boolean requiresOnline
inheritByDefault
boolean inheritByDefault
requiresDirectInvocation
boolean requiresDirectInvocation
execution
org.apache.maven.plugin.tools.model.LifecycleExecution execution
components
List<E> components
parameters
List<E> parameters
description
String description
deprecation
String deprecation
call
String call
modelEncoding
String modelEncoding
Class org.apache.maven.plugin.tools.model.Parameter extends Object implements Serializable |
name
String name
alias
String alias
property
String property
required
boolean required
readonly
boolean readonly
expression
String expression
defaultValue
String defaultValue
type
String type
description
String description
deprecation
String deprecation
modelEncoding
String modelEncoding
Class org.apache.maven.plugin.tools.model.PluginMetadata extends Object implements Serializable |
mojos
List<E> mojos
modelEncoding
String modelEncoding
serialVersionUID: 1L
metadataFile
File metadataFile
originalMessage
String originalMessage
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.