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 09:03:14 UTC

[GitHub] [netbeans] mbastian commented on pull request #4619: Extend libs.flatlaf public packages

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