Re: How to create the ".project" file?

2008-09-21 Thread Baptiste MATHUS
Hi Thomas, See maven-eclipse-plugin, and mvn eclipse:eclipse, http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html. If you wish, you could also try m2eclipse by using mvn eclipse:m2eclipse, but note that you'll have to install m2eclipse from the sonatype update site before. Chee

Re: How to create the ".project" file?

2008-09-21 Thread Eugene Kuleshov
thomas2004 wrote: > > I use "mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes > -DarchetypeArtifactId=maven-archetype-webapp -DgroupId=com.mycompany.app > -DartifactId=TestWebApp" to create a project. But I have to create the > ".project" file sothat I can import the project i

Re: How to create the ".project" file?

2008-09-21 Thread Wayne Fay
Googling for "maven eclipse" reveals the following 2 links at the top: http://maven.apache.org/guides/mini/guide-ide-eclipse.html http://maven.apache.org/plugins/maven-eclipse-plugin/ Is there a specific question you have which is not sufficiently covered in that documentation? Wayne On Sun, Sep

RE: How to create the ".project" file?

2008-09-21 Thread Martin Gainty
if .project is not in .cvsignore file if maven-plugin knows where M2_REPO is located e.g. mvn eclipse:configure-workspace -Declipse.workspace= goto project root mvn eclipse:eclipseand eclipse files will be created http://swik.net/Spring/Spring+Framework+News/How+to+create+a+Spring-DM+bundle+pro