jGauravGupta commented on code in PR #7716:
URL: https://github.com/apache/netbeans/pull/7716#discussion_r1806432260
##########
enterprise/payara.micro/src/org/netbeans/modules/fish/payara/micro/project/resources/action-mapping.xml:
##########
@@ -30,7 +30,7 @@
<goal>compiler:compile</goal>
<goal>war:exploded</goal>
<goal>payara-micro:stop</goal>
- <goal>payara-micro:start</goal>
+ <goal>payara-micro:dev</goal>
Review Comment:
`payara-micro:dev` and `payara-micro:start -DdeployWar=true -Dexploded=true
-DautoDeploy=true -DliveReload=true -DkeepState=true -DtrimLog=true` perform
the same operation. Updated the PR and used the latter, as it ensures backward
compatibility with older versions, where `autoDeploy` and other development
mode properties will be silently ignored.
--
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.
To unsubscribe, e-mail: [email protected]
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