File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ git commit -m"Release v$stageVersion" > /dev/null
36
36
git tag -a " v$stageVersion " -m" Release v$stageVersion " > /dev/null
37
37
38
38
run_maven -f spring-boot-project/pom.xml clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository}
39
- run_maven -f spring-boot-tests/spring-boot-sample-tests /pom.xml clean install -U -Dfull -Drepository=file://${repository}
39
+ run_maven -f spring-boot-samples /pom.xml clean install -U -Dfull -Drepository=file://${repository}
40
40
run_maven -f spring-boot-tests/spring-boot-integration-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository}
41
41
run_maven -f spring-boot-tests/spring-boot-deployment-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository}
42
42
You can’t perform that action at this time.
0 commit comments