Skip to content

Commit

Permalink
Added make targets for building a JAR and for signing artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouaYing committed Jun 3, 2016
1 parent c11f451 commit 1c1409b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ SOURCE_VERSION := 1.0
build:
mvn compile

jar:
mvn package

test:
mvn test

sign:
mvn verify

publish: tag
mvn clean deploy

Expand Down

0 comments on commit 1c1409b

Please sign in to comment.