]
Hisanobu Okuda updated WFLY-13310:
----------------------------------
Git Pull Request:
Add JVM options for exec
------------------------
Key: WFLY-13310
URL:
https://issues.redhat.com/browse/WFLY-13310
Project: WildFly
Issue Type: Enhancement
Components: Quickstarts
Affects Versions: 19.0.0.Final
Reporter: Hisanobu Okuda
Assignee: Eduardo Martins
Priority: Major
It is useful to have a capability to specify JVM options as you like when running `mvn
exec:exec` like:
{code}
mvn exec:exec
-Djvm.options="-agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=y"
{code}