You will need to develop a pom.xml file for that vendor-supplied jar, and specify all of its dependencies with the proper versions and scopes.
Then when you depend on the vendor jar, you will automatically (transitively) pull in the others. Wayne On 4/26/07, Danny MacMillan <[EMAIL PROTECTED]> wrote:
Hi, I am developing a project using a jar supplied by a vendor. Their jar depends on all kinds of other jars, like activation.jar, etc. I can easily install those other jars into my repository following the instructions in the Guide to installing 3rd party jars. But how do I install the vendor supplied jar in such a way that gives me the advantage of transitive dependencies? That is to say, I want my project to directly depend only on their jar, not all those other jars. -- Danny MacMillan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
