OK, more infos :
1/ Using the multiproject 1.4.1 plugin
2/ Using Eclipse 3.1 with Mevenide
3/ in Fact, i have a project that manage the two others, called 'maven'.
it is in its project.properties that the props maven.multiproject.includes
and maven.multiproject.basedirare sets. in its project.xml, there is no
dependency att all (just reports), and this project is excluded when i launch
'multiproject:install' .
Thanks for any help
Stéphane
stéphane bouchet a écrit :
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]