Folks-- How do I get the optional ant tasks to work for a maven.xml goal? I need to run the JSP Compiler (jspc task) to verify that my JSP pages will compile.
I've tried creating a dependency, and indeed, the ant-optional jar is downloaded, but I'm not sure that maven itself sees it when it evokes ant on my <ant:jspc/> tag. Scanning various plugins to see if I can find anything . . . Keith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
