"mvn install:install-file" each of the vendor jars independently.
Then specify a <dependency> on each of them in your project's pom.xml file. This is the usual way to declare dependencies. Is there a reason this is not acceptable? Wayne On 4/24/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I am relatively new to maven. I am developing a web app that is dependent on > multiple jar files supplied by another vendor. I need to setup my project so > it can compile with this vendors jars on the class path, but am not sure of > the > best way to approach this. I have tried unzipping all the jar files and > re-packaging as one big jar, then installing an external dependency, but that > breaks some of the Manifest docs in some of the jars. Any suggestions on the > simplest way to do this would be appreciated. Thanks. > > > --------------------------------------------------------------------- > 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]
