On Monday 06 Oct 2003 21:08, Dolf Starreveld wrote: > I'm using multiproject plugin in a situation with one paren project > aggregating documentation for several sub projects. > It appears that the #foreach ($reactorProject) loop in navigation.xml > does not list my sub projects if they do not have an <id> tag in > their projct.xml (although they do have a groupId and artifactId tag. > I thought <id> was no longer needed?
Are you confusing 2 different things here ? Dependencies do not need <id> now ... they use groupId, artifactId. The project itself has <id> to identify itself and is AFAIK essential since multiproject and the like use it to reference the projects. -- Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
