sdedic commented on a change in pull request #2731:
URL: https://github.com/apache/netbeans/pull/2731#discussion_r579038786
##########
File path: java/maven/arch.xml
##########
@@ -186,6 +193,20 @@
to specify the default behavior of compile on save in Maven
projects.
</api>
+ <api category="devel" group="property" name="exec.vmArgs" type="export">
+ The plugin exports Java VM parameters to be used for application
execution in <code>${exec.vmArgs}</code>
+ property that can be used in action mappings or Maven pom.xml.
+ </api>
+ <api category="devel" group="property" name="exec.appArgs" type="export">
+ The plugin exports application parameters to be used for application
execution in <code>${exec.appArgs}</code>
+ property that can be used in action mappings or Maven pom.xml.
+ </api>
+ <api category="devel" group="lookup" name="ExplicitProcessParameters"
type="export">
Review comment:
Changed to `stable` in 9d7654ce75.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists