Question on "Converting Maven project of Mahout into Eclipse project" -



Question on "Converting Maven project of Mahout into Eclipse project" -

while installing open-source software mahout, read notes like

convert maven project of mahout eclipse project

what mean? what's difference between maven project , eclipse project?

install maven if haven't done it.

enter command prompt or shell , navigate directory mahout located (there's pom.xml file). type command:

mvn eclipse:eclipse

which create project files eclipse , open project in eclipse.

no conversion needed. eclipse supports maven projects, , vice-versa.

difference between these 2 projects yield difference of tools. eclipse ide , maven build tool. in fact, ide superset of build tool. that's why eclipse may utilize maven building. mutual properties between projects relate how build beingness done , eclipse has set of properties aimed persist state between programming sessions.

eclipse maven mahout

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -