mirror of https://github.com/CrimsonTome/tldr.git
Update mvn.md
parent
4e4c632820
commit
ea10d748b0
|
@ -1,12 +1,10 @@
|
||||||
# mvn
|
# 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:
|
- Most common usage is to invoke a life cicle phase:
|
||||||
|
|
||||||
`mvn package`
|
`mvn package`
|
||||||
`mvn install`
|
|
||||||
`mvn deploy`
|
|
||||||
|
|
||||||
- Invoke more that one phase with arguments:
|
- Invoke more that one phase with arguments:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue