It is a known issue ( for me it is ok) in maven 1.0. I wonder if it will be address in 1.1 or 2.0?
-D On Fri, 19 Nov 2004 16:46:35 -0500, Zoltan Farkas <[EMAIL PROTECTED]> wrote: > When running multiproject:clean > > A dependency checking is done by maven before running the clean target > for each subproject, and it fails in case the project jars are not > present in the repository (first build) > > I am not sure a dependency checking is necessary at the clean target. > > My nightly builds are starting with a clean, and fail if the project > jars are not there. > > Currently I an doing a jar:install before clean and then clean and after > that I recompile the whole thing again (I want to make sure I get a > clean build) > > Thanks for any help. > > --zoly > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
