Re: Deploy shaded jar with an without classifier simultaneously

2018-05-14 Thread Dagan Sandler
Thanks! I think the deploy:deploy-file is meant mostly for command line usage and I need this deployment as part of my build (need same SNAPSHOT version), so I don't think it will answer my needs. I ended up using build-helper-maven plugin with the following configuration (assume that the

RE: Deploy shaded jar with an without classifier simultaneously

2018-05-13 Thread Golan, Yaron
Not sure if my proposal will fit your needs, but I'd try to run the deploy:deploy-file goal right after the default deploy phase. The default deploy will upload your default jar while the second execution will upload the shaded one. Or the other way (order) around. Bottom line is that you'll