Clarify plugin documentation for requiresUnpack

pull/3721/head
Dave Syer 9 years ago
parent 1e4c972c3d
commit 25ac258d22

@ -121,7 +121,9 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
private LayoutType layout;
/**
* A list of the libraries that must be unpacked from fat jars in order to run.
* 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

Loading…
Cancel
Save