Skip to content

Commit

Permalink
Makefile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Apr 24, 2020
1 parent 47a0373 commit f719fde
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!make
SHELL ?= /bin/bash

JAR_VERSION := $(shell mvn -q -Dexec.executable="echo" -Dexec.args='$${project.version}' --non-recursive exec:exec -DforceStdout); \
echo "${JAR_VERSION}"
JAR_VERSION := $(shell mvn -q -Dexec.executable="echo" -Dexec.args='$${project.version}' --non-recursive exec:exec -DforceStdout)
#JAR_VERSION := 1.7
JAR_FILE := mn2pdf-$(JAR_VERSION).jar

Expand All @@ -21,4 +20,4 @@ clean:
mvn clean


.PHONY: all clean test deploy version
.PHONY: all clean test deploy version target/$(JAR_FILE)

0 comments on commit f719fde

Please sign in to comment.