Lifecycle phases are intentionally vague, defined solely as validation, testing, or deployment,
and they may mean different things to different projects. For example, in a project that produces a Java
archive, the package phase produces a JAR; in a project that produces a web application, the package
phase produces a WAR.
Plugin goals can be attached to a lifecycle phase. As Maven moves through the phases in a lifecycle, it will execute the goals attached to each particular phase.
Plugin goals can be attached to a lifecycle phase. As Maven moves through the phases in a lifecycle, it will execute the goals attached to each particular phase.
No comments:
Post a Comment