> Have you considered/tried specifying the arbitrary jars as system scoped
> dependencies?

This is not the way to go. System scope is/soon will be deprecated.
You will run into problems with your build if you do this -- system
scoped dependencies do not behave the way you might expect (not
included in EAR and WAR packaging for one -- behave like provided in
those cases).

Use "mvn install:install-file" or "mvn deploy:deploy-file" to put
these files in your local cache or corporate repository. This is the
ONLY solution to your problem, period.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to