No apologies required, of course. I'm no Maven expert, but doesn't 'provided' exempt a jar file from being packaged? As in: JBoss provides the Hibernate jar, let's not include it in our ear file?
Op 21 dec 2010 23:10 schreef "Eric Berry" <[email protected]>: Ah. Actually, that makes sense. :( Sorry. So, does setting something to "runtime" work essentially the same as "provided" in the Maven sense? Thanks, Eric On Tue, Dec 21, 2010 at 2:07 PM, Levi Hoogenberg <[email protected]> wrote: > > Hi Eric, > ...
