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-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,12 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
119
119
privateStringclassifier;
120
120
121
121
/**
122
-
* Attach the repackaged archive to be installed and deployed.
122
+
* Attach the repackaged archive to be installed into your local Maven repository or
123
+
* deployed to a remote repository. If no classifier has been configured, it will
124
+
* replace the normal jar. If a {@code classifier} has been configured such that the
125
+
* normal jar and the repackaged jar are different, it will be attached alongside the
126
+
* normal jar. When the property is set to {@code false}, the repackaged archive will
0 commit comments