Skip to content

Commit ae6182a

Browse files
committed
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. Closes gh-6624
1 parent a49f309 commit ae6182a

File tree

1 file changed

+5
-6
lines changed
  • spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven

1 file changed

+5
-6
lines changed

spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
9595

9696
/**
9797
* 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=
103102
* "http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploying-with-classifiers.html"
104103
* > the maven documentation for more details</a>.
105104
* @since 1.0
@@ -128,7 +127,7 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
128127
* A list of the libraries that must be unpacked from fat jars in order to run.
129128
* Specify each library as a <code>&lt;dependency&gt;</code> with a
130129
* <code>&lt;groupId&gt;</code> and a <code>&lt;artifactId&gt;</code> and they will be
131-
* unpacked at runtime in <code>$TMPDIR/spring-boot-libs</code>.
130+
* unpacked at runtime.
132131
* @since 1.1
133132
*/
134133
@Parameter

0 commit comments

Comments
 (0)