<dependencies>
<dependency>
<groupid>java/thirdparty/lawson</groupid>
^ ^^^^^^^^^^^^^^^^^^^^^^ ^
<artifactid>navigator</artifactid>
^ ^
<type>jar</type>
<version>0.9.1</version>
<url>http://cvs.lawson.com/</url>
</dependency>
</dependencies>
Use the structure of the repository folder is :
$HOME/.maven/repository/[groupid]/[type]/[artifactid]-[version].jar
It is case sensitive to :
<dependency>
<groupId>lawson</groupId>
<artifactId>navigator</artifactId>
<version>0.9.1</version>
<url>http://cvs.lawson.com/</url>
</dependency>
Nicolas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]