hi Miri, 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:eclipse and then import maven project from eclipse.
Let us know how about was. regards Alonso Isidoro Roman. Mis citas preferidas (de hoy) : "Si depurar es el proceso de quitar los errores de software, entonces programar debe ser el proceso de introducirlos..." - Edsger Dijkstra My favorite quotes (today): "If debugging is the process of removing software bugs, then programming must be the process of putting ..." - Edsger Dijkstra "If you pay peanuts you get monkeys" 2013/4/5 Hossein Miri <[email protected]> > 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 build > > I have installed Eclipse Juno on my Mac (10.7.5) and I understand > it already has Maven included. On the Linux machine, the code is > executed by entering mvn package at the command line. > > But after this stage, it doesn't run on my Mac, because some of the > commands are specific to Linux (I am told). How do I import the > whole project into Maven on my Mac? I mean where do I copy > the folders and pom file? > > p.s. I am only just beginning to learn Java programming using the > Eclipse IDE and my installation details are in the image attached... > > Thank you, > H > > > [image: mvn.tiff] >
