In Jenkins I use redeploy artifacts to deploy artifacts to mvn repository. It deploys the regular jar file but not the jar-with-dependencies jar. Is this a bug in Jenkins?
Should I modify the pom file to indicate that this jar should also be deployed? What changes should I make in Jenkins?