you can use Maven's "extensions" to extend the build classpath http://maven.apache.org/pom.html#Extensions
> Is there a way to add jars to the compiler plugin's classpath without > actually specifying as dependencies. For example, I need to specify to the > Java compiler extra jars in certain directory. Since the number of jars is > huge, and that might change in the future, I'd like to just say, all the > *.jar files in directory 'foo'. > > Many thanks in advance, > -Alex > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
