i tried like this with out giving version its giving compilation errors.
 
privious dependency is like this  <dependency>
                                                     <groupId>jsf</groupId>
                                                     
<artifactId>jsf-api</artifactId>
                                                      <version>1.0</version>
                                                </dependency>
 

i have changed this dependency like
                                                  <dependency>
                                                            <id>jsf</id>
                                                           <jar> 
jsf-api.jar</jar>
                                                 </dependency> 
 
and i placed that jar(jsf-api.jar) file in repository.Its giving compilation 
errors unable to import the class form that api.How can i give dependy for 
that. I have sevaral jar files without versions.
Presently i  renamed that jar for to version 1.0.   I dont want to rename that 
jar files.How can i solve this problem.


Dion Gillard <[EMAIL PROTECTED]> wrote:
See http://maven.apache.org/reference/project-descriptor.html#dependency_jar


On Tue, 4 Jan 2005 22:33:06 -0800 (PST), rajas kumar

wrote:
> Hai,
> 
> I want to give dependency with out version. Is there any posibility to give 
> like that.I am using local repository. If i remove the version its giving 
> errors.
> 
> Thanx&&Regards
> praveen.
> 
> 
> ---------------------------------
> Do you Yahoo!?
> The all-new My Yahoo! – What will yours do?
> 


-- 
http://www.multitask.com.au/people/dion/

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


                
---------------------------------
Do you Yahoo!?
 Yahoo! Mail - Easier than ever with enhanced search. Learn more.

Reply via email to