File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 740
740
741
741
<build >
742
742
<finalName >${project.artifactId} </finalName >
743
- <defaultGoal >clean dependency:list package spring-boot:repackage spring-boot:run</defaultGoal >
743
+ <defaultGoal >clean dependency:list install spring-boot:run</defaultGoal >
744
744
<pluginManagement >
745
745
<plugins >
746
746
<plugin >
927
927
<addResources >true</addResources >
928
928
</configuration >
929
929
<executions >
930
+ <execution >
931
+ <id >unpack-dependency-classes-install</id >
932
+ <phase >install</phase >
933
+ <goals >
934
+ <goal >repackage</goal >
935
+ </goals >
936
+ </execution >
930
937
<execution >
931
938
<id >id-build-info</id >
939
+ <phase >process-resources</phase >
932
940
<goals >
933
941
<goal >build-info</goal >
934
942
</goals >
962
970
<executions >
963
971
<execution >
964
972
<id >unpack-dependency-classes-install</id >
965
- <phase >install </phase >
973
+ <phase >pre-site </phase >
966
974
<goals >
967
975
<goal >resolve</goal >
968
976
<goal >collect</goal >
981
989
</execution >
982
990
<execution >
983
991
<id >unpack-dependency-classes-deploy</id >
984
- <phase >deploy </phase >
992
+ <phase >pre-site </phase >
985
993
<goals >
986
994
<goal >resolve</goal >
987
995
<goal >collect</goal >
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ function runDev() {
51
51
}
52
52
53
53
function run() {
54
- # runHerokuLocal
55
- runDev
54
+ runHerokuLocal
55
+ # runDev
56
56
}
57
57
58
58
function main() {
You can’t perform that action at this time.
0 commit comments