Skip checkstyle for module-info.java 10/83410/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 6 Aug 2019 08:19:42 +0000 (10:19 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 6 Aug 2019 08:51:20 +0000 (08:51 +0000)
checkstyle cannot handle module-info.java syntax, hence do not allow
it to touch those files.

Change-Id: I12d45daef31dea29d50159c249ed6e972d5a73b8
JIRA: ODLPARENT-201
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent/pom.xml

index d25be32e677d7e589e3b8a1b19832473c0194d2f..e66adf2a4644b58228a9a8c1c7f352fb9a419873 100644 (file)
             <excludes>
               org/opendaylight/yang/gen/**,
               **/protobuff/messages/**,
-              **/thrift/gen/*.java
+              **/thrift/gen/*.java,
+              **/module-info.java
             </excludes>
             <failsOnError>false</failsOnError>
             <consoleOutput>true</consoleOutput>