Merge pull request #606 from HeartSaVioR/append-package-command-in-makefile

Append 'package' command in Makefile
This commit is contained in:
Marcos Nils
2014-05-25 23:05:39 +03:00

View File

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