Serialized Form
|
Package org.apache.maven.plugin |
source
java.lang.Object source
longMessage
java.lang.String longMessage
|
Package org.apache.maven.plugin.descriptor |
|
Package org.apache.maven.plugin.lifecycle |
configuration
java.lang.Object configuration
- Configuration to pass to the goals.
goals
java.util.List<E> goals
- Field goals.
modelEncoding
java.lang.String modelEncoding
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
lifecycles
java.util.List<E> lifecycles
- Field lifecycles.
modelEncoding
java.lang.String modelEncoding
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.