Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Commit

Permalink
Makefile updated for #19
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jun 8, 2020
1 parent 6878ad1 commit fd38c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ documents/%.mn.xml: src/test/resources/%.mn.xml
target/$(JAR_FILE):
mvn --settings settings.xml -DskipTests clean package shade:shade

test: target/$(JAR_FILE)
mvn --settings settings.xml test surefire-report:report
test: documents/%.mn.xml target/$(JAR_FILE)
mvn -DinputXML=$< --settings settings.xml test surefire-report:report

deploy:
mvn --settings settings.xml -Dmaven.test.skip=true clean deploy shade:shade
Expand Down

0 comments on commit fd38c06

Please sign in to comment.