Skip to content

Commit

Permalink
Simplify checkstyle configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertIndie committed Dec 5, 2022
1 parent 19d4f6c commit 6940318
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 144 deletions.
9 changes: 0 additions & 9 deletions archetypes/streampipes-archetype-extensions-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions archetypes/streampipes-archetype-pe-processors-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-container-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
9 changes: 0 additions & 9 deletions streampipes-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-messaging-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-messaging-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-messaging-mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-messaging-nats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-service-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-service-discovery-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-service-discovery-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-service-discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down
10 changes: 1 addition & 9 deletions streampipes-service-extensions-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>

<configuration>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
Expand Down

0 comments on commit 6940318

Please sign in to comment.