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
Update requiresUnpack documentation of unpack location
The unpack location is (largely) an implementation detail and the
Repackage Mojo was the only place where it was explicity documented.
Rather than updating the outdated location, this commit removes it
entirely to avoid encouraging people to rely on the location.
Closesgh-6624
Copy file name to clipboardExpand all lines: spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -95,11 +95,10 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
95
95
96
96
/**
97
97
* Classifier to add to the artifact generated. If given, the artifact will be
98
-
* attached with that classifier and the main artifact will be deployed as the
99
-
* main artifact. If this is not given (default), it will replace the
100
-
* main artifact and only the repackaged artifact will be deployed. Attaching
101
-
* the artifact allows to deploy it alongside to
102
-
* the original one, see <a href=
98
+
* attached with that classifier and the main artifact will be deployed as the main
99
+
* artifact. If this is not given (default), it will replace the main artifact and
100
+
* only the repackaged artifact will be deployed. Attaching the artifact allows to
101
+
* deploy it alongside to the original one, see <a href=
0 commit comments