Skip to content

Commit

Permalink
[#832] enable checkstyle for streampipes-archetype-pe-sinks-flink
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Dec 3, 2022
1 parent 35d55fa commit dbed737
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,24 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<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>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit dbed737

Please sign in to comment.