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

maven-assembly-plugin doesn't merge MANIFEST.MF correctly #28

Open
yegor256 opened this issue Dec 28, 2021 · 1 comment
Open

maven-assembly-plugin doesn't merge MANIFEST.MF correctly #28

yegor256 opened this issue Dec 28, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@yegor256
Copy link
Member

For some reason, maven-assembly-plugin loses EO-Version attribute from META-INF/MANIFEST.MF from eo-parser.jar. That's why we have to specify it explicitly here: https://github.com/polystat/polystat/blob/master/pom.xml#L128-L130 Let's try to get rid of these three lines and make sure maven-assembly-plugin merges all MANIFESTS.MF correctly.

@yegor256 yegor256 added the bug Something isn't working label Dec 28, 2021
@yegor256
Copy link
Member Author

@andreoss maybe you can fix this?

andreoss added a commit to andreoss/polystat that referenced this issue Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants