File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ REM Display what we're running
2929echo Starting application with profile: %MAVEN_PROFILE%
3030echo Application path: %AGENT_APPLICATION%
3131
32- cmd /c ..\..\mvnw -U -P %MAVEN_PROFILE% -f %POM_FILE% -Dmaven.test.skip=true spring-boot:run
32+ cmd /c ..\..\mvnw -U -P %MAVEN_PROFILE% -f %POM_FILE% -Dmaven.test.skip=true clean spring-boot:run
3333
3434endlocal
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ echo "Starting application with profile: $MAVEN_PROFILE"
4343echo " Application path: $AGENT_APPLICATION "
4444
4545# Run Maven Spring Boot application
46- ../../mvnw -U -P " $MAVEN_PROFILE " -f " $POM_FILE " -Dmaven.test.skip=true spring-boot:run
46+ ../../mvnw -U -P " $MAVEN_PROFILE " -f " $POM_FILE " -Dmaven.test.skip=true clean spring-boot:run
You can’t perform that action at this time.
0 commit comments