Update mvn.md

This commit is contained in:
Juan D. Vega
2017-11-29 09:42:02 +01:00
committed by GitHub
parent 99d109399a
commit cb9dd064e1

View File

@@ -12,6 +12,14 @@
`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:
`mvn spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"`