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 (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.
=======================

Reply via email to