ldbc-dev / ldbc_snb_datagen_deprecated2015

LDBC-SNB Data Generator
GNU General Public License v3.0
12 stars 5 forks source link

maven complains about encoding in assembly goal #21

Open tomersagi opened 9 years ago

tomersagi commented 9 years ago

Hi, I think you should add "UTF-8</project.build.sourceEncoding>" to the assembly plugin configuration (see here).

I'm getting these errors when building:

[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing.

Thanks,

ArnauPrat commented 9 years ago

I'll look at it. Thx

Arnau