On a windows system (after removing the gpg plugin) I get after mvn clean install
[INFO] There are 45 errors reported by Checkstyle 6.18 with checkstyle.xml ruleset.
[ERROR] src\main\java\com\quirk\csv\annotation\CSVReadBinding.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR] src\main\java\com\quirk\csv\annotation\CSVReadComponent.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR] src\main\java\com\quirk\csv\annotation\CSVType.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR] src\main\java\com\quirk\csv\annotation\CSVWriteBinding.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR] src\main\java\com\quirk\csv\annotation\CSVWriteComponent.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
I don't get the errors on a Unix system.
On a windows system (after removing the gpg plugin) I get after
mvn clean installI don't get the errors on a Unix system.