Why (and in favor of what) are maven-bundle-plugin's wrap/bundleall goals deprecated?

后端 未结 2 1322
既然无缘
既然无缘 2021-01-04 17:10

http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.7/doc/site/wrap-mojo.html says bundle:wrap is deprecated, same with bundle:bundleal

2条回答
  •  耶瑟儿~
    2021-01-04 17:35

    I've wondered the same question, found some clue here:

    http://www.mail-archive.com/dev@felix.apache.org/msg22221.html

    "Instead new features/goals will be added to solve common use-cases such as creating mega-bundles, etc."

    I guess they're going to rework the current goals because the current codebase doesn't support all that they want to implement in the plugin.

提交回复
热议问题