Skip to content

Commit 7a8e8f9

Browse files
committed
Append 'package' command in Makefile
1 parent e7bc4f5 commit 7a8e8f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ test:
215215
mvn -Dtest=${TEST} clean compile test
216216
make stop
217217

218+
package:
219+
make start
220+
mvn clean package
221+
make stop
222+
218223
deploy:
219224
make start
220225
mvn clean deploy

0 commit comments

Comments
 (0)