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