Try mvn -DskipTests install
On Fri, May 6, 2011 at 10:42 PM, Shaojun Zhao <[email protected]> wrote: > I have to frequently make changes in > > /mahout/mahout-distribution-0.4/core/src/main/java/org/apache/mahout/classifier/bayes/TestClassifier.java > > So I run > > mvn compile > > mvn install > > Compile takes a few secondes, but the install takes 8 minitues, which > is too long! > > Is there any way that I can run mahout without "mvn install". RIght > now, if I only run "mvn compile", but do not run "mvn install", and > when I run things like mahout testclassifier is still the old one. > "mvn install" does the job well, but taking way too long! > > Thanks a lot in advance! > -Sam >
