hi all
      i am using maven 1.0.2 and i want to use latest version of jar which
are defines in the project.xml , i mean to say that in our remote repository
there are 4 to 5 version of jar but i want to use the latest version
(i.efrom remote repository only latest version will download but i am
not able
to do this )
i know from searching that to do this process there is somthing like
SNAPSHOT but i am unable to define in my project.xml ,it might be like this
<dependency>
     <groupId>com.daffodil.dak.gwt</groupId>
     <artifactId>user</artifactId>
     <version>dakhar-1.2.jar</version>
     <jar>dakhar-1.2.jar</jar>
     <type>jar</type>
     <properties>
       <war.bundle>true</war.bundle>
     </properties>
   </dependency>
here i am using  dakhar-1.2.jar but in our repository we have dakhar-1.5.jarand
dakhar-1.2.jar but i want to download that dakhar-1.5.jar by maven 1.0.2 but
all the time it is downloaded the dakhar-1.2.jar jar file

can any one tell me where i am wrong and how should i can achieve this

Regards
Neeraj

Reply via email to