Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Removed configuration for maven-compiler-plugin #66

Open
khmarbaise opened this issue Oct 27, 2014 · 0 comments
Open

Removed configuration for maven-compiler-plugin #66

khmarbaise opened this issue Oct 27, 2014 · 0 comments

Comments

@khmarbaise
Copy link

The configuration for maven-compiler-plugin contains

<encoding>UTF-8</encoding>

which is not needed cause the default for maven-compiler-plugin encoding usses the property

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

which means simply if you have defined the property you con't need to give explicit configuration for encoding.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant