Skip to content

Commit

Permalink
Add 'maven-checkstyle-plugin'
Browse files Browse the repository at this point in the history
  • Loading branch information
tkarasyova authored and t-karasova committed Feb 9, 2022
1 parent 8732308 commit 4abf9e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions samples/pom.xml
Expand Up @@ -44,6 +44,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit 4abf9e2

Please sign in to comment.