Let's assume that domain model with it unit tests is one project. Via maven I include domain model in several other maven projects and I want in one of them to generate web interface via web scaffold command.

However when entities are in external project roo can't find necessary entities.

Is there are a way to overcome this - Roo to find entities from external domain model included with maven dependency?

Thanks