Hi Michael, It seems that extensions is what I'm looking for. Unfortunately I haven't found any info about how to create (?) one. Do you know where can I find more info? :)
Many thanks, -Alex On Wed, May 5, 2010 at 10:53 PM, "Michael Hüttermann" < [email protected]> wrote: > 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] > >
