I'd like to specify a directory of .class files instead of a jar with systemPath. Is there any way to do this?
1) It would be convenient during development not to have to create a jar of a closely related project 2) It might help work around a problem with the maven aspectj plugin, which afaik will weave compiled classes only when they're specified as a dependencies. Lee
