On Mon, Nov 30, 2009 at 10:58 PM, Donald Woods <[email protected]> wrote:

> Try building in steps, until we get the initial 2.2.1-SNAPSHOT artifacts
> published -
>
> 1) from the top checkout directory (ie. /server-2.2.1/)
>        mvn install -N
> 2) cd framework
>        mvn install
> 3) then from the top directory (step 1) try building everything again
>        mvn install
>
> The procedure does not work for 2.2.1-SNAPSHOT branch, the same to 2.2
source package published by David. Because there are some modules required
by car-maven-plugin which need to be built first.

The revised steps are:
1) from the top checkout directory
  mvn install -N
2) cd framework
  mvn install -N
3) cd modules
  mvn install -N
4) cd ../..
  mvn install


>
> -Donald
>
>
>
Forrest

Reply via email to