I use system dependency. But it doesn't work when specify a relative
directory for systemPath, see below.
<dependencies>
<dependency>
<groupId>test</groupId>
<artifactId>test</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>dependency/my.jar</systemPath>
</dependency>
</dependencies>
--
View this message in context:
http://www.nabble.com/How-can-I-use-relative-path-for-System-Dependencies-tp17618779p17618779.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]