You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was purely done for Boo and changes to allow both and uber JAR and an executable uber JAR. Nexus considers the executable JAR tampered with and can't be proxied correctly. So to keep most Boo users happy I changed the plugin so that I could produce both. Both forms are used heavily now.
The OneOps plugin version mainly depends on the shadow jar name and
classifier
to create the final binary name and doesn't honorprogramFile
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
The text was updated successfully, but these errors were encountered: