Hi,
I am trying to refer to a multi-module project in my own project. For example,
selenium-rc is a top level pom project containing a number of modules and
I'd like to use all such modules. So, in my pom.xml I have:
<dependency>
<groupId>org.openqa.selenium</groupId>
<artifactId>selenium-rc</artifactId>
<version>0.9.2</version>
<scope>test</scope>
</dependency>
It doesn't work. It is trying to download a jar file for the top level
project which of course doesn't exist.
Any idea? Thanks in advance!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]