File tree Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 744744
745745 <build >
746746 <finalName >${project.artifactId} </finalName >
747- <defaultGoal >clean dependency:list install spring-boot:run</defaultGoal >
747+ <defaultGoal >clean dependency:list package spring-boot:repackage spring-boot:run</defaultGoal >
748748 <pluginManagement >
749749 <plugins >
750750 <plugin >
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ function composeDown() {
1010 ./mvnw docker-compose:down
1111}
1212
13- function runDev() {
14- ./mvnw
15- }
16-
1713function runTest() {
1814 ./mvnw -B -DskipTests=false clean dependency:list install --file pom.xml
1915}
@@ -46,34 +42,22 @@ function setup() {
4642 setupHeroku
4743}
4844
49- function build() {
50- buildLikeHerokuWithSite
51- # buildLikeHeroku
52- # runGithubTestBuild
53- }
54-
5545function testing() {
5646 runTest
5747}
5848
49+ function runDev() {
50+ ./mvnw
51+ }
52+
5953function run() {
6054 # runHerokuLocal
6155 runDev
6256}
6357
64- function release() {
65- ./mvnw -B -DskipTests release:prepare && ./mvnw -B -DskipTests release:perform && ./mvnw -B -DskipTests release:clean
66- }
67-
68- function firstSetup() {
69- ./mvnw clean install site -DskipTests=true
70- }
71-
7258function main() {
7359 # #release
74- # build
75- # run
76- firstSetup
60+ run
7761}
7862
7963main
You can’t perform that action at this time.
0 commit comments