Peter Lynch wrote:
It is far from invariant. I noticed in the debugger that the project model contained 4 plugins ( clean,site, install, deploy if i recall), none being the one explicitly called in Maven 3.
Those plugins are contributed by lifecycle mappings corresponding to the packaging of the project, i.e. their presence in the effective POM is induced by contents of the raw POM (just like with inherited plugins). In contrast, the CLI is something external to the POM.
Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
