Automate reset cleanup

This commit is contained in:
2026-04-01 20:17:30 -06:00
parent c0f44842f7
commit 6afda8e7b8

View File

@@ -155,6 +155,11 @@
<configuration>
<mainClass>com.petshop.backend.ResetDatabaseApplication</mainClass>
<classpathScope>runtime</classpathScope>
<arguments>
<argument>clean</argument>
<argument>install</argument>
<argument>-DskipTests</argument>
</arguments>
</configuration>
</execution>
<execution>