-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathdeploy.bat
More file actions
20 lines (17 loc) · 825 Bytes
/
deploy.bat
File metadata and controls
20 lines (17 loc) · 825 Bytes
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 EventBus $
@echo $ $
@echo $ $
@echo $ $
@echo $ Nepxion Studio All Right Reserved $
@echo $ Copyright (C) 2017-2050 $
@echo $ $
@echo =============================================================
@echo.
@echo off
@title Nepxion EventBus
@color 0a
call mvn clean deploy -DskipTests -e -P release -pl eventbus-aop-starter -am
pause