Hi All,
I am required to use Maven for my project.
My question is regarding the Jars I require for my project.
Is it necessary to add information of all the Jars required by ur project in
the POM file as dependency. These dependency jars as I know are either in
the users local repository or if not available in the local repository are
then downloaded from the remote repository into the local repository.
But then what if the jars that I require or the versions of the jar that I
require are not even available in the remote repository. In that case what
to do?
My other question related to this is that if I already have the required
jars for my project on my system but not in the local repository then is
there a way to tell Maven to use the required Jars from those locations in
ur system. If not then what is the exact way to put those jars in the local
repository?
I hope I have made myself clear to everyone:-)
-- 
View this message in context: 
http://www.nabble.com/POM-Dependency-question-tp15753056s177p15753056.html
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