burtcorp / jmespath-java

A Java implementation of JMESPath
BSD 3-Clause "New" or "Revised" License
169 stars 39 forks source link

Maven explicit encoding #49

Closed slandelle closed 5 years ago

slandelle commented 5 years ago

Motivation:

Maven issues warnings because resources encoding is not specified, hence uses platform default encoding and build is platform dependent.

Modification:

Use explicit UTF-8 encoding.

Result:

Build is not platform dependent.

slandelle commented 5 years ago

@iconara PTAL