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?
    


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

-- 
View this message in context: 
http://www.nabble.com/Appfuse-M3-and-Eclipse-help-tf3245072s2369.html#a9290585
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to