You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Axel Hauschulte (Jira)" <ji...@apache.org> on 2022/03/12 20:42:00 UTC

[jira] [Created] (NETBEANSINFRA-264) nbm file creation - Library jars with scope runtime missing

Axel Hauschulte created NETBEANSINFRA-264:
---------------------------------------------

             Summary: nbm file creation - Library jars with scope runtime missing
                 Key: NETBEANSINFRA-264
                 URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-264
             Project: Apache NetBeans Infra
          Issue Type: Bug
          Components: MU - Apache NetBeans NBM maven plugin
            Reporter: Axel Hauschulte


I noticed that not all the library jars required by a module I'm developing are attached to the nbm file when I build the module using the nbm Maven plugin. In fact, the library jars with Maven scope "runtime" are missing while the ones with scope "compile" are correctly included in the nbm file.

Shouldn’t both types of dependencies (scope compile and scope runtime) be attached to the module’s nbm file?

Just want to check that I'm not missing something fundamental. I'd be happy to provide a PR.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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