Update mvn.md

coverage
Juan D. Vega 2017-11-29 14:08:23 +01:00 committed by GitHub
parent cb9dd064e1
commit 4e4c632820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
`mvn -f path/to/other/pom.xml clean`
- Running an spring boot project with remote debug:
- Run a spring boot project with remote debug:
`mvn spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"`