Skip to content

Commit 0a8aa7a

Browse files
committed
Merge pull request #606 from HeartSaVioR/append-package-command-in-makefile
Append 'package' command in Makefile
2 parents 667eeaf + 7a8e8f9 commit 0a8aa7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@ test:
263263
mvn -Dtest=${TEST} clean compile test
264264
make stop
265265

266+
package:
267+
make start
268+
mvn clean package
269+
make stop
270+
266271
deploy:
267272
make start
268273
mvn clean deploy

0 commit comments

Comments
 (0)