Skip to content

Commit

Permalink
adding the tidy maven plugin to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrabinowitz committed Sep 21, 2023
1 parent e65f921 commit 20bcb2a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spark-bigquery-dsv1/spark-bigquery-dsv1-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,6 @@
</execution>
</executions>
</plugin>
</plugins>
</plugins>
</build>
</project>
14 changes: 14 additions & 0 deletions spark-bigquery-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,20 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tidy-maven-plugin</artifactId>
<version>1.2.0</version>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
Expand Down

0 comments on commit 20bcb2a

Please sign in to comment.