6 lines
98 B
Makefile
6 lines
98 B
Makefile
all: build
|
|
|
|
|
|
build:
|
|
export JAVA_HOME=/usr/lib/jvm/default-java
|
|
mvn clean compile assembly:single
|