Dear Maven Users,
 
Can I use third party libraries (required by build process to compile / test
sources etc.) which are located in application installed location in the
filesystem without installing them into local repository ? 
 
As far as Maven documentation is concerned it describes two ways : One by
installing the artifact into local repository and other by specifying the
<scopy>system</scope> and <systemPath><path of libs></systemPath> in the
<dependency> </dependency> section (use of this is discouraged as mentioned
by Maven docs).
http://maven.apache.org/ref/current/maven-model/maven.html
<http://maven.apache.org/ref/current/maven-model/maven.html> 
 
I want most of the artifacts to be referred by the build process at their
original location and not by moving everything to repository.
 
Is there a third way exists in maven 2 to refer the artifacts in the build
process ? Might be the case that I have not come across to that so far.
 
Thanks for your help!
 
Regards, Jaikumar
- - - - - - - DISCLAIMER- - - - - - - -
Unless indicated otherwise, the information contained in this message is
privileged and confidential, and is intended only for the use of the
addressee(s) named above and others who have been specifically authorized to
receive it. If you are not the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this message and/or
attachments is strictly prohibited. The company accepts no liability for any
damage caused by any virus transmitted by this email. Furthermore, the
company does not warrant a proper and complete transmission of this
information, nor does it accept liability for any delays. If you have
received this message in error, please contact the sender and delete the
message. Thank you.

Reply via email to