Skip to content

Exclude native binaries from ...-sources.jar #9

@Marcono1234

Description

@Marcono1234

It seems the ...-sources.jar redundantly contains the native binaries.
For example: lz4-java-1.10.0-sources.jar under the net/jpountz/util/ subdirectories

It looks like the reason for this is how the build-all-and-publish.yml is implemented (and the custom src/resources directory it uses).
Would it be possible to instead just copy the collected native libraries to ${project.build.outputDirectory} (target/classes) like the regular non-release build does it, and remove the special casing for src/resources?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions