Skip to content

Commit

Permalink
Change Makefile command 'build' -> 'build-mvn'
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Nov 15, 2023
1 parent c53b4ee commit 4e461e7
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
@@ -1,8 +1,8 @@
.PHONY: default
default: | help

.PHONY: build
build: ## Build project and install to you local maven repo
.PHONY: build-mvn
build-mvn: ## Build project and install to you local maven repo
mvn clean install

.PHONY: release-dryrun
Expand Down

0 comments on commit 4e461e7

Please sign in to comment.