Skip to content

Commit

Permalink
Merge branch '2.1.x' into 2.2.x
Browse files Browse the repository at this point in the history
Closes gh-19453
  • Loading branch information
snicoll committed Dec 24, 2019
2 parents 1a8a760 + 5dc6491 commit ee98855
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
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
*/
@Parameter(defaultValue = "true")
Expand Down

0 comments on commit ee98855

Please sign in to comment.