Maven war plugin not able to exclude libs in exploded war format
问题 I am using maven war plugin to exclude some common jar and put them in the classpath. I am able to generate war file properly which excludes specified libs and add them in the classpath but exploded war directory still contains excluded libararies. How can I generate exploded war file which use configuration of maven war plugin. <project> <modelVersion>4.0.0</modelVersion> <groupId>com.ekaplus.ctrm.mdm</groupId> <artifactId>core-presentation</artifactId> <version>1.0</version> <packaging>war<