On Friday 05 Sep 2003 18:30, Lester Ward wrote:
> > For things like "maven clean" resolving the project's
> > dependencies seems like overkill.
>
> Ditto. See my recent post ("Using Reactor") for a good example of why this
> strategy is not very helpful.

You could take it further and think of the whole issue of dependencies and the 
fact that there are basically 3 'types' ... build, test, and runtime. 

The build dependencies should only be used in the build process (e.g 
java:compile)

The test dependencies should only be used in the test process (e.g test 
plugin). 

The runtime dependencies only used in a runtime-like plugin.


Clean doesn't come into any of those so should do just what it claims to do - 
clean out working directories and files.


-- 
Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to