You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephane-3 <mi...@yahoo.se> on 2012/11/26 15:55:56 UTC

Running a debug configuration in STS on a Maven profile

Hi,

I have a build with a Maven profile and I can run in as a Run configuration
from within STS, the Spring Source Tool Suite Eclipse version.

I can also run it from the command line with the command:
mvn clean install -Pmysql-test -Dtest=NavbarLanguageDaoTest

But when I want to run it as a Debug configuration from within STS, it runs
as a Run configuration, that is, it runs fine to the end but does not stop
to any of the breakpoints.

In the Debug perspective, I can see the breakpoints in the pane listing the
breakpoints and all of them are ticked.

Why is it that no breakpoint is being stopped at ?

Kind Regards,




--
View this message in context: http://maven.40175.n5.nabble.com/Running-a-debug-configuration-in-STS-on-a-Maven-profile-tp5733492.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org