as I recall from other discussions in here that the documentation on the site is not for beta 10 but for the RC1 version...
and since I'm relativly new here (been using maven for about 2 weeks now) I'm not sure when the id/artifactId tag changed...
/Christian
[EMAIL PROTECTED] wrote:
<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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
