Serialized Form
|
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.
id
java.lang.String id
- The ID of this lifecycle, for identification in the mojo
descriptor.
phases
java.util.List<E> phases
- Field phases.
lifecycles
java.util.List<E> lifecycles
- Field lifecycles.
modelEncoding
java.lang.String modelEncoding
- Field 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.
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.