Hi I am startng using maven 
and I have question. 
1. We have several projects (like logic, jar lib, ui, ...) done in Eclipse.
We have one project which holds just jar files needed in our project. Is
there way to tell maven (added it somehow in pom.xml) that it should look
for jar files in that jar project?

I don't want to write 20 dependecies jars I would like tell that needed jar
files are stored in this folder. Is it possible?

2. Maven uses speciall repository directory structure. I have just one
project (directory called lib) and there are all jars needed by project. 

Is there way to tell maven to look for jar files in this project/folder
without writing all dependency in pom.xml and changing the directory
structure? 

To be more specific I want create maven project for iReport 

http://prdownloads.sourceforge.net/ireport/iReport-1.2.7.zip?download

which has folder called lib with all jar files needed by that project. 
Can you help how to do it?

Thanks 
-- 
View this message in context: 
http://www.nabble.com/local-jar-files-tf2375113.html#a6617041
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to