de4a-eu / de4a

DE4A WP5 Connector
Apache License 2.0
2 stars 5 forks source link

Buildtime character encoding not set #5

Closed daffyDukk closed 3 years ago

daffyDukk commented 3 years ago

Cannot find anywhere that build time character encoding is set (I could have missed this somewhere): This means that builds are platform dependant and could pose deployment problems on other platforms/machines than the actual build system. Fix

phax commented 3 years ago

Alternatively use the following parent POM:

  <parent>
    <groupId>com.helger</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.11.3</version>
  </parent>