jar-copy.bat 1.1 KB

1234567891011121314151617181920212223242526272829
  1. @echo off
  2. echo "begin copy siwei-gateway "
  3. copy ..\siwei-gateway\target\siwei-gateway.jar .\siwei\gateway\jar
  4. echo "begin copy siwei-auth "
  5. copy ..\siwei-auth\target\siwei-auth.jar .\siwei\auth\jar
  6. echo "begin copy siwei-visual "
  7. copy ..\siwei-visual\siwei-monitor\target\siwei-visual-monitor.jar .\siwei\visual\monitor\jar
  8. echo "begin copy siwei-modules-system "
  9. copy ..\siwei-modules\siwei-system\target\siwei-modules-system.jar .\siwei\modules\system\jar
  10. echo "begin copy siwei-modules-file "
  11. copy ..\siwei-modules\siwei-file\target\siwei-modules-file.jar .\siwei\modules\file\jar
  12. echo "begin copy siwei-modules-job "
  13. copy ..\siwei-modules\siwei-job\target\siwei-modules-job.jar .\siwei\modules\job\jar
  14. echo "begin copy siwei-modules-gen "
  15. copy ..\siwei-modules\siwei-gen\target\siwei-modules-gen.jar .\siwei\modules\gen\jar
  16. echo "begin copy siwei-modules-rsmonitoring "
  17. copy ..\siwei-modules\siwei-rsmonitoring\target\siwei-modules-rsmonitoring.jar .\siwei\modules\rsmonitoring\jar
  18. echo "begin copy siwei-modules-spatial "
  19. copy ..\siwei-modules\siwei-spatial\target\siwei-modules-spatial.jar .\siwei\modules\spatial\jar