You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Grant Ingersoll <gs...@apache.org> on 2009/02/04 15:56:28 UTC

MAHOUT-104: Test dep on core

One of the weird things about the Maven setup is the need to install  
core before running the tests.    So, in other words, one has to run  
"mvn install" from the top level or core dirs before one can run "mvn  
test" in the examples.   Either that, or we need some other way to  
have the tests depend on the build from the core.  Anyone have any  
thoughts on how to do this?

-Grant