|
|
|
@ -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. |
|
|
|
* 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 |
|
|
|
* Specify each library as a {@code <dependency>} with a {@code <groupId>} and |
|
|
|
* <code><groupId></code> and a <code><artifactId></code> and they will be |
|
|
|
* a {@code <artifactId>} and they will be unpacked at runtime. |
|
|
|
* unpacked at runtime. |
|
|
|
|
|
|
|
* @since 1.1 |
|
|
|
* @since 1.1 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Parameter |
|
|
|
@Parameter |
|
|
|
@ -157,10 +156,10 @@ public class RepackageMojo extends AbstractDependencyFilterMojo { |
|
|
|
* jar. |
|
|
|
* jar. |
|
|
|
* <p> |
|
|
|
* <p> |
|
|
|
* Currently, some tools do not accept this format so you may not always be able to |
|
|
|
* 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 |
|
|
|
* 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 |
|
|
|
* 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 |
|
|
|
* @since 1.3 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Parameter(defaultValue = "false") |
|
|
|
@Parameter(defaultValue = "false") |
|
|
|
|