Update mvn.md

coverage
Juan D. Vega 2017-11-29 09:42:02 +01:00 committed by GitHub
parent 99d109399a
commit cb9dd064e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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"`