5 lines
67 B
Makefile
5 lines
67 B
Makefile
all: build
|
|
|
|
|
|
build:
|
|
mvn --batch-mode clean compile assembly:single
|