> > A single project certainly reduces the "link effort" on maven - at the > > moment I have to install all projects before I can run scimpi, for > > example. > > > What do mean here? In a normal situation all dependency should be > installed.
What I mean is that, when using the application archetype, with the separate modules/projects, they all have to be installed and maven dependency management is used when building any one of (for example), commandline or scimpi. If they are in a single project, well, they're a single project. There are no (other local) projects for maven worry about, and it only manages the (Isis, etc) external depencies/repository resources.
