Skip to content

buildinfo.ignore works only for subartifacts but not .pom nor main artifact #181

@hboutemy

Description

@hboutemy

Affected version

3.6.0

Bug description

for example jvm-repo-rebuild/reproducible-central#3765

in buildspec:

mvn clean verify ... -Dbuildinfo.ignore='*/guava-tests-*.*'

ignores as expected -sources.jar, -tests.jar and -test-sources.jar
but not .pomand .jar

koFiles="guava-tests-33.5.0-jre.pom guava-tests-33.5.0-jre.jar"
ignoredFiles="guava-tests-33.5.0-jre-sources.jar guava-tests-33.5.0-jre-tests.jar guava-tests-33.5.0-jre-test-sources.jar"
# diffoscope target/reference/com.google.guava/guava-tests-33.5.0-jre.pom guava-tests/pom.xml
# diffoscope target/reference/com.google.guava/guava-tests-33.5.0-jre.jar guava-tests/target/guava-tests-33.5.0-jre.jar

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions