Thanks for the tip but not working :( I got the same result.
Jeff Jensen a écrit :
Try setting this property with the projects in the order you want them processed: maven.multiproject.includes= Quoting stéphane bouchet <[EMAIL PROTECTED]>:Hi all, I have a problem using multiproject. i have a project called 'core' and another called 'applet'. the 'applet' project depends on the 'core' one. So i defined in the 'applet' project.xml : <dependency> <groupId>${pom.groupId}</groupId> <artifactId>core</artifactId> <version>${current.version}</version> <type>jar</type> <properties> <eclipse.dependency>true</eclipse.dependency> </properties> </dependency> But when i do a multiproject:install, the build order is 'applet' THEN 'core' ?????? and of course i got a dependency error :) Could some helps me ? Stéphane --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
