Greetings, I know this is not the Maven way, but I need to add a bunch of jars to a build's classpath. The problem is those jars cannot be distributed in any way, and they are so many, that adding them as dependencies is just too overwhelming. Plus the jar names and/or number of jars can change at any time.
I'm writing a little maven plugin for this, but I don't know how to add them to the current classpath. Any pointers will be greatly appreciated :) Thanks, -Alex
