Skip to content

Commit

Permalink
Remove deprecated finalName attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Mar 29, 2019
1 parent cba1e8a commit 680e2b2
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
@Parameter(defaultValue = "${project.build.directory}", required = true)
private File outputDirectory;

/**
* Name of the generated archive.
* @since 1.0
*/
@Parameter(defaultValue = "${project.build.finalName}", readonly = true)
private String finalName;

/**
* Skip the execution.
* @since 1.2
Expand Down

0 comments on commit 680e2b2

Please sign in to comment.