----- "Steve Kuo" <steve_kuo(a)yahoo.com> escreveu:
I'm trying to build branch 3.3 using Maven and Java 1.5. I've
followed
the Maven build instructions (
http://www.hibernate.org/422.html)
exactly. When I build it fails on:
Tests in error:
[ERROR] BUILD FAILURE
Steve,
I think this question is more suitable to the forums/irc, not to Hibernate Developers
list, but try to run it with these options:
-Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -DdisableDistribution=true
By default, if there are failures, maven will consider it as "build failure".
- Juca.