You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2018/10/25 20:39:00 UTC

[jira] [Created] (CALCITE-2642) Checkstyle complains that maven-wrapper.properties is missing a header

Julian Hyde created CALCITE-2642:
------------------------------------

             Summary: Checkstyle complains that maven-wrapper.properties is missing a header
                 Key: CALCITE-2642
                 URL: https://issues.apache.org/jira/browse/CALCITE-2642
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


Checkstyle complains that maven-wrapper.properties is missing a header, as follows:
{noformat}
$ mvn test validate
...

[INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ calcite ---
[INFO] Starting audit...
[ERROR] /Users/julianhyde/dev/calcite.1/.mvn/wrapper/maven-wrapper.properties:1: Missing a header - not enough lines in file. [Header]
Audit done.
[INFO] There is 1 error reported by Checkstyle 7.8.2 with /Users/julianhyde/dev/calcite.1/src/main/config/checkstyle/checker.xml ruleset.
[ERROR] .mvn/wrapper/maven-wrapper.properties:[1] (header) Header: Missing a header - not enough lines in file.
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)