Skip to content

Commit

Permalink
[maven] Use the value of the "target" configuration tag.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Nov 10, 2015
1 parent 7e63d27 commit b907adc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ protected void ensureDefaultParameterValues() {
this.encoding = Charset.defaultCharset().name();
}
}
if (Strings.isNullOrEmpty(this.encoding)) {
if (Strings.isNullOrEmpty(this.target)) {
this.target = this.source;
}
}
Expand Down

0 comments on commit b907adc

Please sign in to comment.