package.bat 71 B

123456
  1. @echo off
  2. cd..
  3. call mvn -U clean package -DskipTests
  4. cd bin
  5. pause
  6. pause