ahauschulte opened a new pull request #28:
URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/28


   The nbm Maven plugin packs module libraries together with the module.
   These libraries are stored at netbeans\modules\ext within the module's
   nbm file. However, only libraries with scope "compile" are recognized.
   If the module declares dependencies (direct or transitive) with scope
   "runtime" in its pom file, these libraries won't be included in the
   module's nbm file.
   
   Change the creation of the dependency tree so that dependencies with
   scope "compile" as well as "runtime" will be recognized.


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

Reply via email to