> With the next configuration I've added some jars (classworlds-1.1.jar, > weblogic.jar, tools.jar, webservices.jar, webserviceclient+ssl_pj.jar, > jasperreports-0.5.2.jar, HSReportEjb.jar, log4j-1.2.5.jar) to maven /lib > folder. But caused the error below
Maven does not pay attention to jars which you add to Maven's /lib folder like this. Instead, you must add all items that must be on the plugin's classpath by adding dependencies as you have already done for ant-jsch and jsch. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
