• Stephane Nicoll's avatar
    Add jvmArguments property to maven plugin · a9378420
    Stephane Nicoll authored
    The maven plugin now forks a new process when it starts a boot app. This
    makes remote debugging of the app impossible without the ability to pass
    extra JVM arguments.
    
    This commit adds a "jvmArguments" attribute to the RunMojo that defines
    additional JVM arguments to set on the forked process.
    
    Fixes gh-848
    a9378420
Name
Last commit
Last update
..
src/main/java/org/test Loading commit data...
pom.xml Loading commit data...
verify.groovy Loading commit data...