The OneOps plugin version mainly depends on the shadow jar name and `classifier` to create the final binary name and doesn't honor `programFile` flag. https://github.com/oneops/really-executable-jar-maven-plugin/blob/master/src/main/java/org/skife/waffles/ReallyExecutableJarMojo.java#L66-L70 Looks like in the original plugin has proper support for this one - https://github.com/brianm/really-executable-jars-maven-plugin/blob/master/src/main/java/org/skife/waffles/ReallyExecutableJarMojo.java#L123-L130