Niclas Hedhman wrote:

> No need. One could use <systemPath/> instead.
> 
> http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
> 
> See section "System Dependencies"
>

Well no, as <systemPath/> can only be used with <scope>system</scope>.
System scoped dependencies are only available on the classpath during
the compile and test cycle and are not passed on transitively.

Regards
Jorg



Reply via email to