lifecycle-mappings LifecycleMappings META-INF/maven/lifecycle.xml in a plugin's jar artifact. ]]> package org.apache.maven.plugin.lifecycle LifecycleConfiguration 1.0.0 lifecycle.xml file.]]> lifecycles 1.0.0 Lifecycle * Lifecycle 1.0.0 id true 1.0.0 String The ID of this lifecycle, for identification in the mojo descriptor. phases 1.0.0 The phase mappings for this lifecycle. Phase * Phase 1.0.0 A phase mapping definition. id true 1.0.0 String The ID of this phase, eg <code>generate-sources</code>. executions 1.0.0 The goals to execute within the phase. Execution * configuration 1.0.0 DOM Configuration to pass to all goals run in this phase. Execution 1.0.0 A set of goals to execute. configuration 1.0.0 DOM Configuration to pass to the goals. goals 1.0.0 The goals to execute. String *