We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfd4bf commit 8d13a56Copy full SHA for 8d13a56
pom.xml
@@ -1073,7 +1073,7 @@
1073
1074
<build>
1075
<finalName>${project.artifactId}</finalName>
1076
- <defaultGoal>clean install spring-boot:run</defaultGoal>
+ <defaultGoal>clean package spring-boot:run</defaultGoal>
1077
<pluginManagement>
1078
<plugins>
1079
<plugin>
@@ -1334,7 +1334,7 @@
1334
<executions>
1335
<execution>
1336
<id>unpack-dependency-classes-install</id>
1337
- <phase>install</phase>
+ <phase>package</phase>
1338
<goals>
1339
<goal>repackage</goal>
1340
</goals>
0 commit comments