diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java b/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java
index 958b3f5e97..733253f066 100644
--- a/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java
+++ b/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java
@@ -95,11 +95,10 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
/**
* Classifier to add to the artifact generated. If given, the artifact will be
- * attached with that classifier and the main artifact will be deployed as the
- * main artifact. If this is not given (default), it will replace the
- * main artifact and only the repackaged artifact will be deployed. Attaching
- * the artifact allows to deploy it alongside to
- * the original one, see the maven documentation for more details.
* @since 1.0
@@ -128,7 +127,7 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
* A list of the libraries that must be unpacked from fat jars in order to run.
* Specify each library as a <dependency> with a
* <groupId> and a <artifactId> and they will be
- * unpacked at runtime in $TMPDIR/spring-boot-libs.
+ * unpacked at runtime.
* @since 1.1
*/
@Parameter