Commit 065fe999 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.2.x'

Closes gh-19454
parents ada2d390 ee988559
...@@ -119,7 +119,12 @@ public class RepackageMojo extends AbstractDependencyFilterMojo { ...@@ -119,7 +119,12 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
private String classifier; private String classifier;
/** /**
* Attach the repackaged archive to be installed and deployed. * Attach the repackaged archive to be installed into your local Maven repository or
* deployed to a remote repository. If no classifier has been configured, it will
* replace the normal jar. If a {@code classifier} has been configured such that the
* normal jar and the repackaged jar are different, it will be attached alongside the
* normal jar. When the property is set to {@code false}, the repackaged archive will
* not be installed or deployed.
* @since 1.4.0 * @since 1.4.0
*/ */
@Parameter(defaultValue = "true") @Parameter(defaultValue = "true")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment