Skip to content

Commit 8d13a56

Browse files
committed
work
1 parent 5bfd4bf commit 8d13a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073

10741074
<build>
10751075
<finalName>${project.artifactId}</finalName>
1076-
<defaultGoal>clean install spring-boot:run</defaultGoal>
1076+
<defaultGoal>clean package spring-boot:run</defaultGoal>
10771077
<pluginManagement>
10781078
<plugins>
10791079
<plugin>
@@ -1334,7 +1334,7 @@
13341334
<executions>
13351335
<execution>
13361336
<id>unpack-dependency-classes-install</id>
1337-
<phase>install</phase>
1337+
<phase>package</phase>
13381338
<goals>
13391339
<goal>repackage</goal>
13401340
</goals>

0 commit comments

Comments
 (0)