mahout如何建立eclipse工程文件

1.  Checkout mahout from svn into eclipse workspace.


2.  Adding maven repositories to eclipse from command line-> mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo.


 3.  From mahout top level dir run this on command line -> mvn eclipse:eclipse. This generates all the eclipse files in individual maven modules.


 4.  Import each module one at a time in eclipse.

你可能感兴趣的:(eclipse,maven,SVN)