> remember you can mvn -Dmaven.test.skip install Don't use -Dmaven.test.skip (it's deprecated) Use -DskipTests instead.
mvn -DskipTests clean install With kind regards, Geoffrey De Smet Michael Neale schreef: > remember you can mvn -Dmaven.test.skip install > > > > On Thu, Jan 14, 2010 at 3:15 PM, Mark Proctor <[email protected]> wrote: >> On 14/01/2010 04:05, Peter Sellars wrote: >>> an roll back my local version to a version that >>> works with the patched code (but then this will not work with the next >>> version containing the current changes as it is). >>> >>> I have included the error below....(may give someone more info about the >>> issue). >>> >> We are having a bit of a problem with trunk at the moment. Everything >> should compile, but unit tests are failing due to an MVEL regression. We >> are chasing the MVEL author for a release ASAP. >> >> Caused by: [Error: drools.insertLogical(questionnaire): null] >> [Near : {... Unknown ....}] >> ^ >> [Line: 1, Column: 0] >> at >> >> Sorry for the inconvenience. >> >> Mark >> >> _______________________________________________ >> rules-dev mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/rules-dev >> > > > _______________________________________________ rules-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-dev
