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

Removed configuration for maven-compiler-plugin #66

@khmarbaise

Description

@khmarbaise

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions