> /10/08 6:56:22 PM EST: Missing artifact > com.microsoft.jdbcdriver:sqljdbc:jar:1.1:compile
You just need to find the jar and use "mvn install:install-file" to install it into your local repo cache. Of course, this file will also need to be distributed with the other files as it seems you cannot depend on it like you can other artifacts as it is not available in Central. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
