Skip to content

Commit

Permalink
Enable style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Dec 19, 2023
1 parent ad836cd commit 6668fc7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions jdi-light-angular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,23 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<configLocation>../config/checkstyle/checkstyle.xml</configLocation>
<propertyExpansion>samedir=${project.basedir}/../config/checkstyle</propertyExpansion>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit 6668fc7

Please sign in to comment.