add root pom.xml

This commit is contained in:
thinkgem
2018-06-15 22:59:24 +08:00
parent 0fa8578d7e
commit 3e97365364
7 changed files with 131 additions and 0 deletions

17
root/bin/package.bat Normal file
View File

@@ -0,0 +1,17 @@
@echo off
rem /**
rem * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [<5B><>Ϣ] <20><>װ<EFBFBD><D7B0><EFBFBD><EFBFBD><EFBFBD>زֿ⡣
echo.
%~d0
cd %~dp0
cd ..
call mvn clean install -Dmaven.test.skip=true -Ppackage
pause