We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdaecdc commit 076c59cCopy full SHA for 076c59c
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: install test test-integration clean
2
3
-VERSION := $(shell mvn help:evaluate -Dexpression=project.version | grep -e '^[^\[]')
+VERSION := $(shell mvn help:evaluate -Dexpression=project.version --batch-mode | grep -e '^[^\[]')
4
install:
5
@java -version || (echo "Java is not installed, please install Java >= 7"; exit 1);
6
mvn clean install -DskipTests=true -Dgpg.skip -B
0 commit comments