Skip to content

Commit

Permalink
Clean the validation profiles with mvn clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
francoislerall committed Sep 18, 2024
1 parent d2a1b48 commit b1148d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,16 @@
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
<fileset>
<directory>${basedir}/build/default_data/validation_profiles</directory>
<includes>
<include>**/*</include>
</includes>
<excludes>
<exclude>.gitignore</exclude>
</excludes>
<followSymlinks>false</followSymlinks>
</fileset>
</filesets>
</configuration>
</plugin>
Expand Down

0 comments on commit b1148d2

Please sign in to comment.