Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recomended JAR plugin config is incorrect #26

Open
pavelhoral opened this issue Jun 16, 2022 · 0 comments
Open

Recomended JAR plugin config is incorrect #26

pavelhoral opened this issue Jun 16, 2022 · 0 comments

Comments

@pavelhoral
Copy link
Member

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant