Jörg Schaible a écrit :
stéphane bouchet wrote on Thursday, August 25, 2005 2:09 PM:


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 ?


Which version of Maven exactly? Does you see an exception when starting with -X 
?
>
> - Jörg
>


Hi,

I am using Maven 1.0.2 with jdk 1.5 .

No exceptions with -X


Stéphane


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

Reply via email to