I have same settings as attached zip file, if you can unzip in directory and run mvn install eclipse:eclipse; you will get that error too!, i think i might be missing something?
The core/pom.xml and web/pom.xml should have this in the <parent>...</parent>: <parent> <groupId>com.mycompany</groupId> <artifactId>myproject-pom</artifactId> <version>1.0-SNAPSHOT</version> </parent> The pom/pom.xml should not have any <parent> section. <project>/pom.xml should have: <modules> <module>pom</module> <module>core</module> <module>web</module> </modules> Is that what you have? PSI wrote: > > Shash: > > I had made same setup as you had specified, but i am getting following > exception when i run mvn install eclipse:eclipse ....any idea about this? > > following is directory structure: > development root : c\dev\Workspace > --project > + pom > + core > + web > > http://www.nabble.com/file/6906/myproject.zip myproject.zip -- View this message in context: http://www.nabble.com/Appfuse-M3-and-Eclipse-help-tf3245072s2369.html#a9293586 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]