> I think I am done moving modules around. Everyone feel free to reimport > things into your workspace. What was achieved: > > * Every single module, including the docs, can be imported in Eclipse with no > red squiggles. > * Module folders are aligned with their Maven coordinates. > * Aggregated modules hack is removed. > * Explicit required / optional / provided / test dependencies are added in > most modules. > * Cleaned up *tons* of other garbage in the poms. Everything that can be > inherited is inherited, etc. > > TODO: Add "target" directories to SVN ingores too?
> > * Upgrade notes and docs How to build it? Using: mvn clean install -Dmaven.test.skip=true on a fresh new trunk checkout in the root doesn't work. or mvn clean install -Passembly,generic -Dmaven.test.skip=true doesn't work either :(. Adrian.
