On Tue, Jun 22, 2010 at 3:46 PM, Emmanuel Lecharny <[email protected]> wrote:
> Hi guys,
>
> today, I ressucitated an old linux box and tried to build teh trunk from
> scratch. As I needed to go fast, I did a mvn clean install -Dmaven.test.skip
>
> It failed, because there are some dependencies in core on core-api/test
> (Mock objects), and as this jar is not created when you don't run the tests,
> I got some issues.
>
> IMO, we should fix this by creating a new module containing those Mock
> objects (core-mock ?).
>
> There may be other options though.
>
> wdyt ?

I just deleted the mock module ;-)

"mvn clean install -DskipTests" should work, because this compiles and
installs the test jar.

Kind Regards,
Stefan

Reply via email to