Skip to content

Commit

Permalink
[MRESOURCES-232] Resource copy filtering should use different encodin…
Browse files Browse the repository at this point in the history
…g for source and output.

- Update the documentation to clarify that encoding is used for both reading and writing resources
  • Loading branch information
dennisl committed Jul 17, 2020
1 parent 4b46898 commit b42cd5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class ResourcesMojo
{

/**
* The character encoding scheme to be applied when filtering resources.
* The character encoding to use when reading and writing filtered resources.
*/
@Parameter( defaultValue = "${project.build.sourceEncoding}" )
protected String encoding;
Expand Down

0 comments on commit b42cd5a

Please sign in to comment.