add note on using ide debugger with tomcat7:run

This commit is contained in:
olivier lamy 2012-08-29 18:55:25 +02:00
parent e756872c0a
commit 6e421bc37a
1 changed files with 1 additions and 0 deletions

View File

@ -55,3 +55,4 @@ or add in your ~/.m2/settings.xml
</pluginGroups>
and save your fingers with mvn tomcat7:run -pl :cloud-client-ui -am -Pclient -Dnonoss
If you want to use ide debug: replace mvn with mvnDebug and attach your ide debugger to port 8000