Thank you . .
I did the first two things, by moving to the folder that contains the pom.xml file
and then running the following two commands in the Terminal:
mvn clean install
mvn eclipse:eclipse
What do you mean by your last sentence?
and then import maven project from eclipse.
Do you mean in the Eclipse Juno IDE?
When I go to Eclipse , Help , Install New Software and look at What is already installed
it shows that m2e - Maven Integration for Eclipse is already installed.
Is that what you mean?
Hossein
hi Hossein, first, go to the folder project, where is pom.xml and execute mvn clean install, that sentences clean, compile and deploy the project into repository. Second, execute mvn eclipse:eclipseand then import maven project from eclipse.Let us know how about was.regardsAlonso Isidoro Roman.
Hi everyone,I have a folder that contains some Java code, written specifically for Linux.There is a pom.xml file and two folders called: src and buildI have installed Eclipse Juno on my Mac (10.7.5) and I understandit already has Maven included. On the Linux machine, the code isexecuted by entering mvn package at the command line.But after this stage, it doesn't run on my Mac, because some of thecommands are specific to Linux (I am told). How do I import thewhole project into Maven on my Mac? I mean where do I copythe folders and pom file?p.s. I am only just beginning to learn Java programming using theEclipse IDE and my installation details are in the image attached...Thank you,H
