You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/09/13 13:50:07 UTC

[GitHub] [netbeans] sdedic opened a new pull request, #4630: Allow to disable warning for specific lifecycle participants.

sdedic opened a new pull request, #4630:
URL: https://github.com/apache/netbeans/pull/4630

   During implementation I have found that our Maven support warns if certain plugins are included in the project - since their code should be called after project load, or maven session open, that can have unexpected effects.
   
   This PR adds a way how one can disable such a project warning - and fixes Micronaut support to disable the warning for harmless extensions (that do nothing important in their `afterProjectsRead` etc handlers).


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] sdedic merged pull request #4630: Allow to disable warning for specific lifecycle participants.

Posted by GitBox <gi...@apache.org>.
sdedic merged PR #4630:
URL: https://github.com/apache/netbeans/pull/4630


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists