marceloverdijk / lesscss-maven-plugin

LESS CSS Maven Plugin
170 stars 59 forks source link

Removed configuration for maven-compiler-plugin #66

Open khmarbaise opened 10 years ago

khmarbaise commented 10 years ago

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.