From ea10d748b06caad89c2120120e9308cf4654175f Mon Sep 17 00:00:00 2001 From: "Juan D. Vega" Date: Fri, 1 Dec 2017 12:00:44 +0100 Subject: [PATCH] Update mvn.md --- pages/common/mvn.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/common/mvn.md b/pages/common/mvn.md index 9a6862645..0137bf93e 100644 --- a/pages/common/mvn.md +++ b/pages/common/mvn.md @@ -1,12 +1,10 @@ # mvn -> Runnign Apache Maven. +> Apache Maven. A build automation tool used for JVM environment projects. - Most common usage is to invoke a life cicle phase: `mvn package` -`mvn install` -`mvn deploy` - Invoke more that one phase with arguments: