You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ni...@arsoe-trelaze.com on 2003/09/19 16:14:58 UTC

Réf. : Trouble specifying my dependencies/JARoverride

    <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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Réf. : Trouble specifying my dependencies/JAR override

Posted by Christian Andersson <ca...@ofs.no>.
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

Nicolas.CHALUMEAU@arsoe-trelaze.com 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org