You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Juraj Burian <ju...@volny.cz> on 2005/10/11 11:29:22 UTC

dependency with scope:system should not be transitive

Hi,
Dependency like this:
<dependency>
            <groupId>java</groupId>
            <artifactId>tools</artifactId>
            <version>1.5.03</version>
            <systemPath>${java.home}/../lib/tools.jar</systemPath>
            <scope>system</scope>
</dependency>
should not be transitive, because it depends on system.
btw. when dependency is used in a  different pom, it is searched in m2 
repository ...

Sorry but, I am not sure which modules are affected, so I don't known 
where bug should be submitted.

cheers
JuBu

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