I am fighting with maven to include a managed dependency with \'provided\' scope into tar file by using the maven-assembly-plugin.
I use super parent pom file as a base
I encountered a similar issue, trying to assemble a project with a dependency with scope "provided". I found a workaround for this issue: