Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Disable checkstyle for this project due to checkstyle/checkstyle#4589,
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Aug 14, 2018
1 parent 1b38e4c commit fed274b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions commons/pom.xml
Expand Up @@ -144,6 +144,20 @@
</plugin>

</plugins>
<pluginManagement>
<plugins>

<!-- Disable checkstyle for this project due to https://github.com/checkstyle/checkstyle/issues/4589, https://github.com/checkstyle/checkstyle/issues/3236 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

</plugins>
</pluginManagement>
</build>

<distributionManagement>
Expand Down
14 changes: 14 additions & 0 deletions ui/granite/pom.xml
Expand Up @@ -160,6 +160,20 @@
</plugin>

</plugins>
<pluginManagement>
<plugins>

<!-- Disable checkstyle for this project due to https://github.com/checkstyle/checkstyle/issues/4589, https://github.com/checkstyle/checkstyle/issues/3236 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

</plugins>
</pluginManagement>
</build>

<distributionManagement>
Expand Down

0 comments on commit fed274b

Please sign in to comment.