forked from Nepxion/Aquarius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy.bat
20 lines (17 loc) · 902 Bytes
/
deploy.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@echo on
@echo =============================================================
@echo $ $
@echo $ Nepxion Aquarius $
@echo $ $
@echo $ $
@echo $ $
@echo $ Nepxion Studio All Right Reserved $
@echo $ Copyright (C) 2017-2050 $
@echo $ $
@echo =============================================================
@echo.
@echo off
@title Nepxion Aquarius
@color 0a
call mvn clean deploy -DskipTests -e -P release -pl aquarius-lock-starter,aquarius-cache-starter,aquarius-limit-starter,aquarius-id-generator-starter -am
pause