> The jar is not in any repository so I read it off of the file > system by setting the dependency to <scope>system > </scope> This is the only scope which can read jars > off the file system.
You really must install this jar into a corporate repo (nexus etc) and then depend on it with proper scopes. System scope is a bad idea in general except for very specific uses -- and this is not one of them. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
