Well thanks to Mike Horwitz, skinny war did help !!!

like this:
            <plugin>
                <artifactId>maven-war-plugin</artifactId>
                <version>2.0.2</version>
                <configuration>
                    <dependentWarExcludes>
                       
**/jdbc.properties,**/hibernate.cfg.xml,**/sql-map-config.xml,**/web.xml,WEB-INF/classes/META-INF/**
                    </dependentWarExcludes>
                    
<warSourceExcludes>WEB-INF/lib/*core*.jar</warSourceExcludes> 
                </configuration>
            </plugin>


in the webapp core.
But I needed to add to <groupId>org.mortbay.jetty</groupId> :
                <dependencies>
                    <dependency>
                        <groupId>${pom.parent.groupId}</groupId>
                        <artifactId>project-core</artifactId>
                        <version>${pom.parent.version}</version>
                    </dependency>
                </dependencies>


If this can help anybody :jumping:


-- 
View this message in context: 
http://www.nabble.com/one-core-%28in-jar%29%2C-three-wars%2C-all-in-one-ear-tp14916532s2369p14921489.html
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