I also had this problem. You can either do a mvn clean install from the root or run with -DskipTests=true, but not with -Dmaven.test.skip=true The former compiles the test-jars but doesn't execute them. The latter also skips compiling of the test-jars which results in dependency problems. See http://odoepner.wordpress.com/2009/03/04/maven-skip-tests-causes-test-jar-dependency-errors/
Frank On Thu, Nov 11, 2010 at 9:40 PM, Isabel Drost <[email protected]> wrote: > On 11.11.2010 Shannon Quinn wrote: >> Missing: >> ---------- >> 1) org.apache.mahout:mahout-core:test-jar:tests:0.5-SNAPSHOT > > Did you do a mvn clean install from the root of the project? I had this > problem > once when trying to build w/o unit tests running after first check out of the > new trunk version. > > Isabel >
