Archive for janvier 4th, 2007

Skipping test when compiling Wicket Trunk

Wicket compile itself with maven but the trunk version is full of test in error. So you can build it skipping tests with this kind of command.

 mvn -U -cpu -Dmaven.test.skip=true install 

Hope tests will soon fixed ;)