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 21, 2008 at 3:04 AM, thomas2004 <[EMAIL PROTECTED]> 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 in Eclipse. Surely I can use > mvn eclipse:eclipse to create the ".project". But is there another way > (another maven command) to do this? > -- > View this message in context: > http://www.nabble.com/How-to-create-the-%22.project%22-file--tp19593035p19593035.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
