> I downloaded the JAR file (jsch.jar) into my ant\lib...What other JAR > files are needed? Any ideas?
Maven does not know about nor care about your Ant installation. The only jar files it cares about are those which you have specified in the pom file as dependencies or plugins, and nearly all of them are located in your repo cache. You probably need to add the jsch artifact as a dependency to the maven-antrun-plugin in your pom. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
