I have a section in pom.xml
*:*
Actually you can do global filtering without needing to specify group id, you just need to use the correct wildcard syntax. If you want to exclude all *.RSA files from your jar, for example, specify the artifactId as *:*:*:*
*:*:*:*
*:*:*:* *.RSA