Add support for mvnDebug

Issue #10 resolved
Andrew S created an issue

Maven ships with a lesser-known command called mvnDebug (see this blog post) that allows debugging of Maven itself.

It could be useful for mvnvm to support this command so that the correct version is always executed, like for the mvn command.

Comments (6)

  1. Samuel Day Account Deactivated

    +1

    For now I'm just running ~/.mvnvm/apache-maven-x.x.x/bin/mvnDebug, but having an mvnDebug wrapper that respects mvnvm.properties would be approximately 200% more awesome.

  2. Maciej Nowakowski

    +1 using the same workaround as @samcday but it would be more comfortable to have mvnDebug just there

  3. Log in to comment