From ae6182a9647c9fb31a153be47e8be735e5e35764 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Aug 2016 12:03:36 +0100 Subject: [PATCH] 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 --- .../org/springframework/boot/maven/RepackageMojo.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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