Home > Maven > Maven Global Excludes tip.

Maven Global Excludes tip.

If you work on a project that has ton of jar dependencies, and you want to exclude the ‘xerces’ (for example), you might end up using the exclusion multiple times, as a lot of jars are depending on the ‘xerces’. In this case, you can use following way to achieve the ‘global exclude’ in maven.

Categories: Maven
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment