← Back to issue list

Configure maven to ignore missing checksums for the repositories we define

View original Github issue

Metadata

Project
craft-parts
Number
#1214
Type
issue
State
open
Author
tigarmo
Labels
Status: Triaged
Created
2025-08-22 17:24:58+00:00
Updated
2025-08-22 17:25:14+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

### What needs to get done The "local" Maven repositories we define (the one in `/usr/share/maven-repo` for archive packages and the one in the backstage for parts) are typically missing the checksum file because the poms are modified at runtime. This means that Maven floods the build output with warnings, but we can configure Maven to ignore missing checksums **for those repos specifically** via the [checksumPolicy](https://maven.apache.org/settings.html) element. ### Why it needs to get done The warnings are very noisy and make it hard to find actual errors.

Evaluation history

No evaluation history available.