> don't want this dependency to be included in the final WAR. How can I tell
> Maven to exclude the dependency element for the overlay? The answer must be
You can't remove dependencies via profiles, but you can adjust the
scope (eg to provided) which has the effect of removing it.
Wayne
ge in context:
http://www.nabble.com/Removing-dependency-elements-using-profiles-tp25530998p25530998.html
Sent from the Maven - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.or