> You could add them as a <dependency> with a scope of "system".
This is very bad advice. Do not use system scope. Add them to your local repo cache with "mvn install:install-file" or even better to your Corporate repo with "mvn deploy:deploy-file". Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
