mbastian commented on PR #4619:
URL: https://github.com/apache/netbeans/pull/4619#issuecomment-1245112831
Thanks all for the details and clarity on internals!
Based on @DevCharly's recommendation I tried out the implementation
dependency solution on my use case. It seems to work well so I guess we can
close this PR. For reference, this is what I added to the `nbm-maven-plugin`
configuration:
```
<moduleDependencies>
<dependency>
<id>org.netbeans.api:org-netbeans-libs-flatlaf</id>
<type>impl</type>
</dependency>
</moduleDependencies>
```
--
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