This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new 24e80fa Checkstyle doesn't understand module-info.java
24e80fa is described below
commit 24e80fa14de752a3d891c0401b62519431f6321f
Author: Ralph Goers <[email protected]>
AuthorDate: Sun Jul 11 08:56:50 2021 -1000
Checkstyle doesn't understand module-info.java
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 3177d6b..f1c2276 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1027,6 +1027,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${checkstyle.plugin.version}</version>
+ <configuration>
+ <excludes>**/module-info.java</excludes>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>