|
|
|
@ -144,9 +144,8 @@ 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 <code><dependency></code> with a
|
|
|
|
|
* <code><groupId></code> and a <code><artifactId></code> and they will be
|
|
|
|
|
* unpacked at runtime.
|
|
|
|
|
* Specify each library as a {@code <dependency>} with a {@code <groupId>} and
|
|
|
|
|
* a {@code <artifactId>} and they will be unpacked at runtime.
|
|
|
|
|
* @since 1.1
|
|
|
|
|
*/
|
|
|
|
|
@Parameter
|
|
|
|
@ -157,10 +156,10 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
|
|
|
|
|
* jar.
|
|
|
|
|
* <p>
|
|
|
|
|
* Currently, some tools do not accept this format so you may not always be able to
|
|
|
|
|
* use this technique. For example, <code>jar -xf</code> may silently fail to extract
|
|
|
|
|
* use this technique. For example, {@code jar -xf} may silently fail to extract
|
|
|
|
|
* a jar or war that has been made fully-executable. It is recommended that you only
|
|
|
|
|
* enable this option if you intend to execute it directly, rather than running it
|
|
|
|
|
* with <code>java -jar</code> or deploying it to a servlet container.
|
|
|
|
|
* with {@code java -jar} or deploying it to a servlet container.
|
|
|
|
|
* @since 1.3
|
|
|
|
|
*/
|
|
|
|
|
@Parameter(defaultValue = "false")
|
|
|
|
|