/r4m-maven-extension

Runes4Maven (r4m) Maven Extension provides an alternative way for defining maven executions

Primary LanguageJavaApache License 2.0Apache-2.0

Maven Knowledge base

Executions

  • a defined execution without a phase equates to phase default
  • an execution with prefix default- is defined through the lifecycle
  • executions defined through the lifecycle are dominant
  • when running a phase all executions of phases not matching the phase have their goals removed -> during mapping!

Plexus Components