Skip to content

Commit

Permalink
Merge pull request #67 from catenax-ng/fix/veracode-spotless
Browse files Browse the repository at this point in the history
chore: need to (re-)enable spotless for veracode
  • Loading branch information
SebastianBezold authored Nov 22, 2023
2 parents 62e646d + 6951cd4 commit 98569c1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,21 @@
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.37.0</version>
<executions>
<execution>
<id>format</id>
<phase>process-sources</phase>
<goals>
<goal>check</goal>
<goal>apply</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand Down

0 comments on commit 98569c1

Please sign in to comment.