Skip to content

Commit 99d1093

Browse files
authored
Create mvn.md
1 parent 30c8d98 commit 99d1093

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pages/common/mvn.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# mvn
2+
3+
> Runnign Apache Maven.
4+
5+
- Most common usage is to invoke a life cicle phase:
6+
7+
`mvn package`
8+
`mvn install`
9+
`mvn deploy`
10+
11+
- Invoke more that one phase with arguments:
12+
13+
`mvn clean -P a_profile package clean`
14+
15+
- Running an spring boot project with remote debug:
16+
17+
`mvn spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"`

0 commit comments

Comments
 (0)