Make sure you have your pom type as "ear" (no quotes). If you need your .project file to have certain natures so that eclipse will "see" it as a certain type. http://maven.apache.org/plugins/maven-eclipse-plugin/examples/provide-project-natures-and-build-commands.html
If you're using WTP, this might be helpful: http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html HTH Jim On 10/11/07, Adrian Gonzalez <[EMAIL PROTECTED]> wrote: > > Hello, > > A really noob question... (sorry !) > > I'm currently using maven-eclipse-plugin to build a > web project with third party dependencies and a java > project. > > I want now to use this plugin to add a ear project > including the previous web project and java project > (as utility jar). maven-eclipse-plugin generated > .project file for my ear project fine as if it was a > java project, but nothing more... > > Is there a way to do this ? I'm really sorry but > didn't found any documentation about it. > > Thanks very much > > > > > > _____________________________________________________________________________ > Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! > Mail > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
