deploy.sh 333 B

12345678910111213141516
  1. #!/bin/sh
  2. # /**
  3. # * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
  4. # * No deletion without permission, or be held responsible to law.
  5. # *
  6. # * Author: ThinkGem@163.com
  7. # *
  8. # */
  9. echo ""
  10. echo "[信息] 部署工程版本到Nexus服务器。"
  11. echo ""
  12. cd ..
  13. mvn clean deploy -Dmaven.test.skip=true -Pdeploy
  14. cd bin