Clarify plugin documentation for requiresUnpack
This commit is contained in:
@@ -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><dependency></code> with a <code><groupId></code> and a
|
||||
* <code><artifactId></code> and they will be unpacked at runtime in <code>$TMPDIR/spring-boot-libs</code>.
|
||||
* @since 1.1
|
||||
*/
|
||||
@Parameter
|
||||
|
||||
Reference in New Issue
Block a user