Update mvn.md

coverage
Juan D. Vega 2017-12-01 12:00:44 +01:00 committed by GitHub
parent 4e4c632820
commit ea10d748b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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: