File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
5
<modelVersion >4.0.0</modelVersion >
4
6
5
7
<groupId >org.woehlke</groupId >
738
740
739
741
<build >
740
742
<finalName >${project.artifactId} </finalName >
741
- <defaultGoal >clean dependency:list package spring-boot:repackage spring-boot:run</defaultGoal >
743
+ <defaultGoal >clean dependency:list install spring-boot:run</defaultGoal >
742
744
<pluginManagement >
743
745
<plugins >
744
746
<plugin >
925
927
<addResources >true</addResources >
926
928
</configuration >
927
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 >
928
937
<execution >
929
938
<id >id-build-info</id >
939
+ <phase >process-resources</phase >
930
940
<goals >
931
941
<goal >build-info</goal >
932
942
</goals >
960
970
<executions >
961
971
<execution >
962
972
<id >unpack-dependency-classes-install</id >
963
- <phase >install </phase >
973
+ <phase >pre-site </phase >
964
974
<goals >
965
975
<goal >resolve</goal >
966
976
<goal >collect</goal >
979
989
</execution >
980
990
<execution >
981
991
<id >unpack-dependency-classes-deploy</id >
982
- <phase >deploy </phase >
992
+ <phase >pre-site </phase >
983
993
<goals >
984
994
<goal >resolve</goal >
985
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