4 Replies Latest reply on Jun 24, 2015 2:01 PM by jamezp

    How to start in debug mode with wildfly-maven-plugin

    salaboy21

      Hi there,

      I'm using this plugin:

       

      <groupId>org.wildfly.plugins</groupId>

                      <artifactId>wildfly-maven-plugin</artifactId>

                      <version>1.0.2.Final</version>

       

      and I'm starting my application running:

      wildfly:run

       

      That's working great, but I would love to start wildfly in debug mode with --debug 8787, is this possible with the plugin?

      I didn't found out any documentation or anyone asking for that, but it sounds quite useful to me.

       

      Cheers