|
||||||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||||||
- [mojo-dev] [jira] (MNBMODULE-202) Public Pa... Javier A. Ortiz Bultron (JIRA)
- [mojo-dev] [jira] (MNBMODULE-202) Publ... Milos Kleint (JIRA)

that's working according to documentation.
http://mojo.codehaus.org/nbm-maven/nbm-maven-plugin/manifest-mojo.html#publicPackages
On the netbeans manifest side non-recursive package == no star in maven config == .* in manifest.
Star in maven config equals to package with subpackages and that translates to .** in manifest.