plexus config for various mojos in maven-core

2006-11-21 Thread Stephane Nicoll
Hi, The lifecycle configuration for various mojos is located in maven-core [1] (namely EAR). The usage of resourcesDir is being deprecated in the EAR mojo and I would like to remove the call to the resources mojo from the lifecycle. Is there any good reason to keep this info in maven-core? If no

Re: plexus config for various mojos in maven-core

2006-11-21 Thread Brett Porter
For the EAR plugin to remain backwards compatible with old versions of Maven, you'll need to leave that mojo in there and have it behave correctly. Unless you want to set a prerequisite on 2.1 which would be premature. In the future, we should move these out. However, if that were to be d