Maven run in before launch waits for debugger so Remote conf never starts ?

Answered

I'm trying to run a custom Maven debug configuration and then run a Remote that will attach itself to the Maven configuration.

To do this I created a Remote configuration and a Maven configuration and added the Maven one to the "before launch" of the Remote one.

The Maven is run but the Remote is never run before the Maven is waiting on the Remote to attach itself.

Is there a way for me to tell my Remote to just wait a bit before try to attach itself or wait for the "Listening for transport dt_socket at address: 8000" message from the Maven conf ?

Thanks for the help

0
2 comments

It is not supported out of the box now, please vote for this request: https://youtrack.jetbrains.com/issue/IDEA-112294

Consider trying this 3rd plugin https://plugins.jetbrains.com/plugin/7248-multirun

0
Avatar
Permanently deleted user

Thanks a lot that answers my question.

I voted for this request too.

0

Please sign in to leave a comment.