@echo off set pan="" set currPath="" set jarName = "" set pan=%~d0 set currPath=%~dp0 %pan% cd %currPath% mvn smart-doc:openapi -Dfile.encoding=UTF-8 -pl :secure-producting-host -am mvn smart-doc:html -Dfile.encoding=UTF-8 -pl :secure-producting-host -am pause>nul