File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments