>>>>> Neil Bartlett <[email protected]>:

> I don’t see the <packaging>bundle</packaging> instruction anywhere,
> which I believe is required for maven-bundle-plugin.

I have this in the plugin configuration:
     <supportedProjectTypes>
      <supportedProjectType>jar</supportedProjectType>
      <supportedProjectType>bundle</supportedProjectType>
      <supportedProjectType>war</supportedProjectType>
     </supportedProjectTypes>

This is a setting inherited from the ukelonn.bundle webapplication
bundle and is from when that bundle was switched from a .jar to a .war
to be able to support JSF.
 
https://github.com/steinarb/ukelonn/commit/48b409615897c95b74396052caa4a2c1ac9c33a9

(ie. I had to make bundling work on a .war file, and this seemed to work
for .jar files as well... at least it did work, until I switched from
maven-bundle-plugin 2.5.3 to 2.5.4...)

 

Reply via email to