You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jyl <Jy...@angelic.com> on 2004/01/15 21:15:03 UTC

Build of severals subprojects

Example :
I have two 2 subprojects
 mavenproject/subproject1
 mavenproject/subproject2

subproject1 is a framework
subproject2 is an EJB

subproject2 uses classes from subproject1 (the EJB uses utility classes)
subproject1 uses classes from subproject2 (using interfaces when call EJB)

The build of subproject1 failed => ok because classes of subproject2 are
needed.
The build of subproject2 failed => ok because classes of subproject1 are
needed.

What's the maven logic to resolve this problem ? what's the best way ?
Must I compile all classes in a third project and put it in repository to
make subproject1 & subproject2 with a dependancy ?


Thanks


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.560 / Virus Database: 352 - Release Date: 08/01/2004


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org