[GitHub] [maven-dependency-plugin] elharo commented on pull request #119: [MDEP-698] replace code that relies on default encoding

2020-12-26 Thread GitBox
elharo commented on pull request #119: URL: https://github.com/apache/maven-dependency-plugin/pull/119#issuecomment-751394970 I noticed this: ``` /** * Attach the classpath file to the main artifact so it can be installed and deployed. * * @since 2.0

[GitHub] [maven-dependency-plugin] elharo commented on pull request #119: [MDEP-698] replace code that relies on default encoding

2020-12-26 Thread GitBox
elharo commented on pull request #119: URL: https://github.com/apache/maven-dependency-plugin/pull/119#issuecomment-751392499 Using the output encoding property makes sense. Let me figure out how to do that. ``` UTF-8 ``` ---