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
Post a Comment