Multi project setup without jar files generated?

Hi all, Is there an easy way to setup a multiple projects in such a way that no jar files a generated and the projects just depend on the other projects path containing the compiled classes?

Regards, Markus

You can collect all the classes into a single jar or dir if that is what you mean. You will likely need to have some .jar files in your build dirs, however. These would be the intermediate artifacts.