JaroslavTulach commented on a change in pull request #2731:
URL: https://github.com/apache/netbeans/pull/2731#discussion_r573490518



##########
File path: 
java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml
##########
@@ -117,7 +117,10 @@
             <goal>org.codehaus.mojo:exec-maven-plugin:3.0.0:exec</goal>
         </goals>
         <properties>
-            <exec.args>-classpath %classpath ${packageClassName}</exec.args>
+            <exec.vmArgs></exec.vmArgs>
+            <exec.args>${exec.vmArgs} -classpath %classpath ${exec.mainClass} 
${exec.appArgs}</exec.args>

Review comment:
       Category "devel": Under development is a name for a contract that is 
expected to become a stable API, but that has not yet been finished. The 
current state serves as a proof of concept, and others are encourage to try it 
and comment on a dedicated mailing list. Incompatible changes may be done 
between releases, but should be rare, not radical and properly announced on the 
mailing list.
   
   Fine with me. Over time this should however become category "stable".
   
   Stable interfaces are those that have received a final state and the 
maintainers are ready to support it forever and never change them incompatibly. 
The "forever" and "never" should not be taken as absolute: It is possible to 
change the contract, but only in major versions and only after a careful 
considerations and in cases where it is imperative that a change be made. 
Stable contracts should [#poi preserve the investments ] of those entering into 
them (users of an API). 




----------------------------------------------------------------
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

Reply via email to