mbien commented on PR #8818: URL: https://github.com/apache/netbeans/pull/8818#issuecomment-3283305699
btw the logic which decides if you see the action on main files or on project node/pom is here: https://github.com/apache/netbeans/blob/d10bf812d744914b323ab01d5266bf4e836de602/java/maven/src/org/netbeans/modules/maven/ActionProviderImpl.java#L785-L789 and https://github.com/apache/netbeans/blob/d10bf812d744914b323ab01d5266bf4e836de602/java/maven/src/org/netbeans/modules/maven/execute/ActionToGoalUtils.java#L307-L321 It essentially depends on what properties the action config sets. I haven't changed anything there so far but it is a bit confusing to me atm - most actions will show up on main files once they are copied but not on the project. Something for future PRs. -- 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
