On Thu, Mar 19, 2009 at 7:25 PM, Paul Benedict <[email protected]> wrote: > Is there a way to bring in a library only for compiling without making > it part of the runtime (i.e., war dependency) or using transitive > exclusions? Java 5 has source-level annotations and sometimes a > dependency is only for compiling and has no runtime dependency. Is a > new scope needed for this?
It sounds like <optional>true</optional> would work. (It's not a scope, it's a separate element.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
