package.bat 91 B

1234
  1. @echo off
  2. cd ../
  3. call mvn clean package -Dmaven.test.skip=true -pl micro-gateway -am
  4. @pause