Explorar o código

添加打包脚本。

yangzhijie %!s(int64=6) %!d(string=hai) anos
pai
achega
99ff866946
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      package.bat

+ 6 - 0
package.bat

@@ -0,0 +1,6 @@
+title maven clean package
+set current_path="%cd%"
+cd %current_path%
+call mvn clean 
+call mvn package
+pause