> 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 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org