On 10/27/06, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote:
Ersin Er a écrit :
> I do not have the env to build the project now but in my experience to
> be safe you should do:
>
> * non-recursive build the root
> * build MINA
> * build shared
> * build the sar-plugin of ADS
> * build root
>
> :-)
>
Yeah, this is what I do, but, trust me, a newcommer won't be able to
find out by himself this sequence ;)
btw, what is a non-recursive build ?
mvn -non-recursive install
So that the root (build) pom will be installed in the local repo. So
you can build/install other subprojects of the root, like shared or
mina..
(Note: "mvn -N install" also works.)
I spent my years to discover these anomalies.. :-P
Emmanuel
--
Ersin