Thanks, Gj, I saw this link a few days ago, but I am still not sure, how to directly make references to the lifecycle artifacts in nbactions.xml. For instance, how can I call the action "run" described in this file from the IDE? Do I go to Project->properties->Action and define a custom action (I am hesitant to modify the existing actions and possibly breaking the system), if so then how do I explicitly instruct the IDE to use my action? Thanks
On Wednesday, September 9, 2020, 6:17:34 PM GMT+4:30, Geertjan Wielenga <geert...@apache.org> wrote: https://stackoverflow.com/questions/12163994/what-is-nbactions-xml-used-for Gj On Wed, 9 Sep 2020 at 15:44, HRH <hrh...@yahoo.com.invalid> wrote: Hi,While trying to discern the relationship between maven and the nbactions.xml file, I came across this link: Nbactions.xml - NetBeans Wiki | | | | | | | | | | | Nbactions.xml - NetBeans Wiki | | | I don't see any direct references within the pom.xml to this file. I am wondering how this file is used? Thanks