Hey there, 

> I am new to maven 2 and I dont have any working exp on maven2 
> .Before this I have used ant as build tool. I have an 
> application which requires lots of jar during compilation. I 
> mean It has dependency on those jars.
> So how I can include dependency for these jars. they dont 
> have any version (as extended by name) like abc.jar (not 
> abc-1.0.jar). All jar are in a folder lib.

the clean way would be to look for your libraries in the maven
repositories and include them from there in the standard way (in your
pom as dependency). See Maven Tutorial for details.

If some of those libraries are your own written libraries, it would be
best to convert the projects of those libraries to maven and include
them from your local repository as normal dependencies. 

If both methods fail or are not applicable, I don't know since I am new
to maven as well :)

Have a happy sunny day,

Werner

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

Reply via email to