mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
Update mvn.md
This commit is contained in:
parent
4e4c632820
commit
ea10d748b0
1 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue