I tried following to exclude all the artifacts under following groups ``` <configuration> <excludeGroupIds>org.apache.hadoop</excludeGroupIds> <excludeGroupIds>org.apache.hbase</excludeGroupIds> </configuration> ``` But it still left me with some jars . It should work same as maven-shade plugin artifactSet -> excludes in my opinion.