Skip to content

Commit

Permalink
Migrate localRepository to Maven annotation (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Aug 4, 2022
1 parent 6c9dca1 commit 744fa39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/kohsuke/stapler/TaglibDocMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,8 @@ public class TaglibDocMojo extends AbstractMojo implements MavenReport {

/**
* The local repository where the artifacts are located.
*
* @parameter expression="${localRepository}"
*/
@Parameter(defaultValue = "${localRepository}")
private ArtifactRepository localRepository;

@Component
Expand Down

0 comments on commit 744fa39

Please sign in to comment.