Platform: Windows 7
          Java 1.8
          maven 3.3.9

For version 2.5.3, this pom file creates an OSGi bundle with an
activator:
 
https://github.com/steinarb/ukelonn/blob/using-vaadin/ukelonn.bundle.test.db/pom.xml

For later versions (I've only tried 2.5.4 (the version immediately
following the one I was using) and 3.2.0 (the currently newest version))
the jar file become a plain jar file (ie. not an OSGi bundle).

Does anyone know what could cause this?

There are no error messages, the only difference in the output from "mvn
clean install" is that the 2.5.3 version has this line, and the 2.5.4
version doesn't:
 [INFO] --- maven-bundle-plugin:2.5.3:bundle (bundle) @ ukelonn.bundle.test.db 
---

The version for maven-bundle-plugin is set in the parent pom:
 https://github.com/steinarb/ukelonn/blob/using-vaadin/pom.xml

The output from maven-bundle-plugin 2.5.3 is here:
 https://gist.github.com/steinarb/ee23224f35c0e9c0d3d46a305cc3a4f1

The output from maven-bundle-plugin 2.5.4 is here:
 https://gist.github.com/steinarb/95c5ed52a3cef3f2a3ac2e16e1e3dbc4

Thanks for anything that could lead me in the right direction!


- Steinar

Reply via email to