Mondain wrote:
This may sound dumb, but I would like to know how to build a snapshot of Mina trunk whether or not the tests fail. I'm not a Maven user so I am not familiar with its options. After I get the latest from svn I issue "mvn clean install" and lately this fails to build the target jars due to an Mdc test failing. What should I do in this case....
I will commit a fix (ignoring the failing tests) right now, so you'll be able to build from trunk.
Otherwise, you can also do : mvn clean install -Dmaven.test.skip=true it should do the trick. -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org
