Skip to content

[AURON #1720] Exclude temp file: auron-build-info.properties from apache-rat plugin#1721

Merged
cxzl25 merged 1 commit intoapache:masterfrom
xumingming:exclude-some-files-from-rat
Dec 10, 2025
Merged

[AURON #1720] Exclude temp file: auron-build-info.properties from apache-rat plugin#1721
cxzl25 merged 1 commit intoapache:masterfrom
xumingming:exclude-some-files-from-rat

Conversation

@xumingming
Copy link
Contributor

@xumingming xumingming commented Dec 10, 2025

Which issue does this PR close?

Closes #1720 .

Rationale for this change

Excluded the temp file: auron-build-info.properties which is causing the issue.

What changes are included in this PR?

Some exclude rules.

Are there any user-facing changes?

No.

How was this patch tested?

Manual test.

@github-actions github-actions bot added the build label Dec 10, 2025
pom.xml Outdated
<excludesFile>.rat-excludes</excludesFile>
<excludes>
<!-- Exclude build info file -->
<exclude>src/main/resources/auron-build-info.properties</exclude>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can it be maintained directly in the .rat-excludes file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, updated.

@xumingming xumingming force-pushed the exclude-some-files-from-rat branch from fe29be5 to 28309ca Compare December 10, 2025 12:27
@github-actions github-actions bot added infra and removed build labels Dec 10, 2025
@cxzl25 cxzl25 merged commit a553d4a into apache:master Dec 10, 2025
98 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUILD] When run mvn install it fails with license check

2 participants