Wednesday 15 January 2014

Exclude jars from target folder in maven -


I removed some jars from the war file but not from the target folder. I want to exclude those files from the target folder.

War Plugins

WEB-INF / lib / * Jar

But sometimes it does not work.

Then you can specify the name of the specific jar, such a war file WEB-INF / lib / commons- logging- .jar,% regex [WEB-INF / lib / log4j - (? ! Over-slf4j). .jar]


No comments:

Post a Comment