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
Copy file name to clipboardExpand all lines: spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,12 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
152
152
/**
153
153
* Make a fully executable jar for *nix machines by prepending a launch script to the
154
154
* jar.
155
+
* <br/>
156
+
* Currently, some tools do not accept this format so you may not always be able to
157
+
* use this technique. For example, <code>jar -xf</code> may silently fail to extract
158
+
* a jar or war that has been made fully-executable. It is recommended that you only
159
+
* enable this option if you intend to execute it directly, rather than running it
160
+
* with <code>java -jar</code> or deploying it to a servlet container.
0 commit comments