Hi,

try using 
 <dependency>
  <groupId>group</groupid>
  <artifactId>artifact</artifactId>
  <jar>jarname</jar>
 </dependency>

like described here :
http://maven.apache.org/reference/project-descriptor.html#dependencies

jar     The name of jar file if it doesn't respect <artifactId>-<version>.jar
pattern

Regards
Christopher

> Hi,
>  
>   I specify a dependency like given below. 
> 
>  <dependency>
>   <groupId>group</groupid>
>   <artifactId>artifact</artifactId>
>  </dependency>
> 
>   Though I didn't specify a version for that file it still expects as
> group/group-artifact-.jar. Is this the expected behaviour? Shouldn't it
> ignore '-' if version is not specified.
> 
> Regards, 
> Thiru
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to