diff --git a/Makefile b/Makefile
index 2286ce9..f7a07d2 100644
--- a/Makefile
+++ b/Makefile
@@ -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