I've had this problem aslo, and I have had artifactId written (with an I and not i) the sollution for me (with beta 10) was to go back to using id, so I guess the artifactId handling is not 100% bugfree in b10..

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]



Reply via email to