As you've already said, calling a 'mvn install' in the root dir works, because there you've defined your <modules>!
This is the benefit (and sometimes a curse) when working with Maven. That is, you are dependent upon binary files not the source files. This makes sharing and managing your projects easier. It does make developing them more difficult in your IDE if the projects depend upon the library version instead of the source version as you must remember to run mvn install on dependent projects to get the latest changes available for the current project. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]