On Thu, 23 Dec 2004, Niclas Hedhman <[EMAIL PROTECTED]> wrote: > On Thursday 23 December 2004 03:37, Brett Porter wrote: >> > + <property name="maven.jar.aspectjrt" project="aspectj" >> > id="aspectjrt" reference="jarpath"/> >> >> ... >> >> > <depend project="aspectj"/> >> >> Doesn't this mean that the depend should list the id too? > > I don't think it matters.
It does - well, at least for Ant builds. > The <depend> will only be used to put together the build dependency > graph, i.e. the build order. It will also populate CLASSPATH with all jars and create jar overrides for all jars (but with artifactIds that Maven doesn't recognize). Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
