Skip to content

Commit

Permalink
[MRESOURCES-293] Rollback
Browse files Browse the repository at this point in the history
Undo change in 02c2d01
  • Loading branch information
cstamas committed Mar 21, 2023
1 parent f7a6f22 commit 1946127
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class ResourcesMojo extends AbstractMojo {
/**
* The list of resources we want to transfer.
*/
@Parameter(defaultValue = "${project.resources}", required = true)
@Parameter(defaultValue = "${project.resources}", required = true, readonly = true)
private List<Resource> resources;

/**
Expand Down

0 comments on commit 1946127

Please sign in to comment.