You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have advocated switching from packaging components via maven-bundle-plugin to maven-jar-plugin. The main motivation was to have MANIFEST.MF with OSGi configuration ready for lifecycle phases before package and to drop custom packaging that was not that well supported in Eclipse.
However the suggested configuration (as declared in README.md of this project) configures JAR plugin in a way that is incompatible with test-jar goal (we don't want test-jar to use custom manifest or even worse - manifest of the main artefact). This needs to be addressed and the change has to be propagated to child projects...
The text was updated successfully, but these errors were encountered:
We have advocated switching from packaging components via maven-bundle-plugin to maven-jar-plugin. The main motivation was to have MANIFEST.MF with OSGi configuration ready for lifecycle phases before package and to drop custom packaging that was not that well supported in Eclipse.
However the suggested configuration (as declared in README.md of this project) configures JAR plugin in a way that is incompatible with test-jar goal (we don't want test-jar to use custom manifest or even worse - manifest of the main artefact). This needs to be addressed and the change has to be propagated to child projects...
The text was updated successfully, but these errors were encountered: