Append 'package' command in Makefile

This commit is contained in:
Jungtaek Lim
2014-03-28 23:16:30 +09:00
parent e7bc4f5d65
commit 7a8e8f994d

View File

@@ -215,6 +215,11 @@ test:
mvn -Dtest=${TEST} clean compile test
make stop
package:
make start
mvn clean package
make stop
deploy:
make start
mvn clean deploy