Hello again, I have a quick question about building with things like
jboss/weblogic.
So if the developer requires an appserver specific jar in their
classpath for a particular maven build, how does that get in the
.m2/repository directory?
In the ant world, we'd have created a classpath pointing to the location
of the jboss/weblogic installation directory and included "lib" or what
not.
What I don't want is watching maven copy down jars that already exist on
the system (or moving those from the jboss dir to the .m2/repository
directory).
Any thoughts guys?