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 13, 2018
1 parent 823bab5 commit aa5da65
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 0 deletions.
9 changes: 9 additions & 0 deletions aem-mock/junit4/pom.xml
Expand Up @@ -163,6 +163,15 @@
</configuration>
</plugin>

<!-- 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>
Expand Down
9 changes: 9 additions & 0 deletions aem-mock/junit5/pom.xml
Expand Up @@ -158,6 +158,15 @@
</configuration>
</plugin>

<!-- 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>
Expand Down
14 changes: 14 additions & 0 deletions wcm-io-mock/caconfig-compat/pom.xml
Expand Up @@ -152,6 +152,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 wcm-io-mock/caconfig/pom.xml
Expand Up @@ -151,6 +151,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 wcm-io-mock/config/pom.xml
Expand Up @@ -111,6 +111,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 aa5da65

Please sign in to comment.