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 740740
741741 <build >
742742 <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 >
744744 <pluginManagement >
745745 <plugins >
746746 <plugin >
927927 <addResources >true</addResources >
928928 </configuration >
929929 <executions >
930+ <execution >
931+ <id >unpack-dependency-classes-install</id >
932+ <phase >install</phase >
933+ <goals >
934+ <goal >repackage</goal >
935+ </goals >
936+ </execution >
930937 <execution >
931938 <id >id-build-info</id >
939+ <phase >process-resources</phase >
932940 <goals >
933941 <goal >build-info</goal >
934942 </goals >
962970 <executions >
963971 <execution >
964972 <id >unpack-dependency-classes-install</id >
965- <phase >install </phase >
973+ <phase >pre-site </phase >
966974 <goals >
967975 <goal >resolve</goal >
968976 <goal >collect</goal >
981989 </execution >
982990 <execution >
983991 <id >unpack-dependency-classes-deploy</id >
984- <phase >deploy </phase >
992+ <phase >pre-site </phase >
985993 <goals >
986994 <goal >resolve</goal >
987995 <goal >collect</goal >
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ function runDev() {
5151}
5252
5353function run() {
54- # runHerokuLocal
55- runDev
54+ runHerokuLocal
55+ # runDev
5656}
5757
5858function main() {
You can’t perform that action at this time.
0 commit comments