JaroslavTulach commented on a change in pull request #2427:
URL: https://github.com/apache/netbeans/pull/2427#discussion_r501884221
##########
File path: java/maven/arch.xml
##########
@@ -169,6 +169,25 @@
in case reparsing starts too soon (wasting CPU) or too late
(impeding editing).
</api>
</p>
+
+ <p>
+ <api category="devel" group="branding" name="DEFAULT_REUSE_OUTPUT"
type="export">
+ Brand the <code>DEFAULT_REUSE_OUTPUT</code> key in a
+ <code>org.netbeans.modules.maven.options.Bundle</code> file
+ with one of the values <code>true</code> or <code>false</code>
+ to specify the default behavior of reusing output by your
application.
+ Use <code>never</code> value, if the reuse shall never be done,
+ regardless of the settings value.
+ </api>
+ <api category="devel" group="branding" name="DEFAULT_COMPILE_ON_SAVE"
type="export">
+ Brand the <code>DEFAULT_COMPILE_ON_SAVE</code> key in a
+ <code>org.netbeans.modules.maven.api.execute.Bundle</code> file
+ with one of the values <code>all</code> or <code>node</code>
Review comment:
Thanks for spotting this, done in 869353c
----------------------------------------------------------------
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