Hi Edwin,

On 09.02.23 23:51, Edwin F. wrote:
Hello Fellow Devs :-)

I have one question:  *Is there any plan to create bill of materials pom
files (or do they exist) for using the IDE modules as dependencies for
custom NB RCP apps?*

This is my escenario: I'm building a demo app that uses the DB module,
properties, console, and some custom TopComponents, using maven, and I'm
chasing all the nbm modules one by one, which cumbersome

interesting use case - I can see that this could be useful in situations like this.

The danger is that the next request will be profiles like netbeans-lite :)

but i wouldn't have anything against a BOM which includes everything (or almost everything).

best regards,

-mbien


  (but not much of a
problem), but having a bill of materia pom for that will ease the task,
something like:

     <dependency>
         <groupId>org.netbeans.modules</groupId>
         <artifactId>${module}</artifactId>
         <version>${netbeans.version}</version>
         *<type>pom</type>*
         <classifier>${classifier}</classifier>
     </dependency>

Thanks,
Cheers!
=======================
Edwin F. López A.
=======================



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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



Reply via email to