It's weird that -Dmaven.test.skip=true does not work. You may want to try with -DskipTests instead, but I'm not sure this will solve your issue.
2010/6/1 Tim-Christian Mundt <[email protected]>: > Hi, > > I did some work on the IMAP part today and would like to build. However, > althoug I use "mvn -Dmaven.test.skip=true package" it executes the > tests. And as Norman mentioned before, the tests to not yet pass for > JCR: > > Results : > > Tests in error: > testSearchAtomsUS(org.apache.james.imap.functional.jcr.SearchTest) > testSearchAtomsITALY(org.apache.james.imap.functional.jcr.SearchTest) > testSearchAtomsKOREA(org.apache.james.imap.functional.jcr.SearchTest) > > testSearchCombinationsUS(org.apache.james.imap.functional.jcr.SearchTest) > > testSearchCombinationsITALY(org.apache.james.imap.functional.jcr.SearchTest) > > testSearchCombinationsKOREA(org.apache.james.imap.functional.jcr.SearchTest) > > Tests run: 1166, Failures: 0, Errors: 775, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > > > So how can I disable the tests or at least for JCR? > > Best, > Tim > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
