Project build error: Unknown packaging: bundle
Move maven-bundle-plugin
outside of pluginManagement
. Maven will only look for <build><plugins>
and uses pluginManagement
for additional information.
in my case it was already outside of a plugin-management tag. it was solved for me by adding
<extensions>true</extensions>
to the plugin tag