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 ? -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
