>> TODO: > Add "target" directories to SVN ingores too? Perhaps.. I am using Git locally, and really hope we migrate the server-side repo to Git too.
> Using: > mvn clean install -Dmaven.test.skip=true Just "mvn clean install” should do. Tests should pass. Andrus On Nov 17, 2013, at 3:03 PM, Adrian A. <a.adrian.t...@googlemail.com> wrote: >> 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. >