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
