Harden run configs
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -126,6 +126,16 @@
|
||||
<classpathScope>runtime</classpathScope>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>reset-db</id>
|
||||
<goals>
|
||||
<goal>java</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<mainClass>com.petshop.backend.ResetDatabaseApplication</mainClass>
|
||||
<classpathScope>runtime</classpathScope>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>docker-up</id>
|
||||
<goals>
|
||||
|
||||
Reference in New Issue
Block a user