Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explicitly set file encoding to prevent maven warning #88

Merged

Conversation

sclassen
Copy link
Contributor

Maven is issuing the following warnings when running mvn clean test

[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!

This PR sets the encoding explicitly to UTF-8 to make the build independent of the default encoding (windows uses Cp1252 as default)

Copy link
Contributor

@martinfrancois martinfrancois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@martinfrancois martinfrancois merged commit 9e86edb into dlsc-software-consulting-gmbh:master Aug 24, 2019
@sclassen sclassen deleted the fixMavenWarnings branch August 25, 2019 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants