Update mvn.md
This commit is contained in:
@@ -12,6 +12,14 @@
|
|||||||
|
|
||||||
`mvn clean -P a_profile package clean`
|
`mvn clean -P a_profile package clean`
|
||||||
|
|
||||||
|
- Ouput all debug information:
|
||||||
|
|
||||||
|
`mvn -X clean -P a_profile package clean`
|
||||||
|
|
||||||
|
- Use an alternative pom o directory:
|
||||||
|
|
||||||
|
`mvn -f path/to/other/pom.xml clean`
|
||||||
|
|
||||||
- Running an spring boot project with remote debug:
|
- Running an spring boot project with remote debug:
|
||||||
|
|
||||||
`mvn spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"`
|
`mvn spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"`
|
||||||
|
Reference in New Issue
Block a user