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

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
krrrr38 committed Apr 27, 2016
1 parent 53bd0b7 commit d9ba71a
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 @@ -13,7 +13,7 @@ package: clean
$(MAVEN) package

install: clean
$(MAVEN) install -DskipTests=true -Dgpg.skip=true
$(MAVEN) install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true

run: install
$(MAVEN) exec:java -pl $(APP_MODULE) -Dexec.mainClass=$(MAIN_CLASS) -Dexec.args="-c $(PLUGIN_FILE)"
Expand All @@ -24,4 +24,4 @@ test: clean
clean:
$(MAVEN) clean

.PHONY: release release-prepare github package install run test clean
.PHONY: release deploy package install run test clean

0 comments on commit d9ba71a

Please sign in to comment.