Skip to content

Commit 5215c7a

Browse files
committed
work
1 parent c8b6a81 commit 5215c7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@
14281428
</properties>
14291429
<build>
14301430
<finalName>${project.artifactId}</finalName>
1431-
<defaultGoal>clean install spring-boot:repackage</defaultGoal>
1431+
<defaultGoal>clean dependency:purge-local-repository install spring-boot:repackage</defaultGoal>
14321432
</build>
14331433
</profile>
14341434

@@ -1445,15 +1445,15 @@
14451445
</profile>
14461446

14471447
<profile>
1448-
<id>testing</id>
1448+
<id>test</id>
14491449
<properties>
14501450
<skipTests>false</skipTests>
14511451
<skip.unit.tests>false</skip.unit.tests>
14521452
<skip.integration.tests>false</skip.integration.tests>
14531453
</properties>
14541454
<build>
14551455
<finalName>${project.artifactId}</finalName>
1456-
<defaultGoal>clean dependency:list install spring-boot:repackage</defaultGoal>
1456+
<defaultGoal>clean dependency:purge-local-repository dependency:list install spring-boot:repackage</defaultGoal>
14571457
</build>
14581458
</profile>
14591459

0 commit comments

Comments
 (0)