I have:
aproject
-- project.xml
-- modules
--subproject
-- project.xmlin which the subprojects project.xml declares
<extends>${basedir}/../../project.xml</extends>in the aproject project.xml i have a dependency
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
<url>http://jakarta.apache.org/log4j.html</url>
</dependency>
</dependencies>But the subproject doesnt seem to be picking up this dependency :-/ Anyone encounter this before? Thanks, -Tim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
