> If I do a "run as -> Java application" in Eclipse, I get the error: > "Launch error: Selection does not contain a main type" > What should I do after "mvn archetype:create ..." to get it working?
If you're using Eclipse, you should probably also be using m2Eclipse [1] which integrates Maven into Eclipse. Please note, m2Eclipse is a separate project and maintains its own email lists [2]. [1] http://m2eclipse.sonatype.org/ [2] http://m2eclipse.sonatype.org/project-information.html Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
