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 in Eclipse. Surely I can > use mvn eclipse:eclipse to create the ".project". But is there another way > (another maven command) to do this? >
If you are using Eclipse, you could save yourself trouble of using archetype:create and importing projects, by using an IDE support for Maven. For example, with m2eclipse you can do everything in one step and also use convenient UI for selecting your archetypes. http://docs.codehaus.org/display/M2ECLIPSE/Creating+Maven+projects regards, Eugene -- View this message in context: http://www.nabble.com/How-to-create-the-%22.project%22-file--tp19593035p19600872.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]
