Reformat code

This commit is contained in:
Phillip Webb
2015-09-08 14:56:40 -07:00
parent 2615990ffb
commit 67402405db
56 changed files with 188 additions and 252 deletions

View File

@@ -121,9 +121,10 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
private LayoutType layout;
/**
* A list of the libraries that must be unpacked from fat jars in order to run. Specify
* each library as a <code>&lt;dependency&gt;</code> with a <code>&lt;groupId&gt;</code> and a
* <code>&lt;artifactId&gt;</code> and they will be unpacked at runtime in <code>$TMPDIR/spring-boot-libs</code>.
* A list of the libraries that must be unpacked from fat jars in order to run.
* Specify each library as a <code>&lt;dependency&gt;</code> with a
* <code>&lt;groupId&gt;</code> and a <code>&lt;artifactId&gt;</code> and they will be
* unpacked at runtime in <code>$TMPDIR/spring-boot-libs</code>.
* @since 1.1
*/
@Parameter