[
https://issues.apache.org/jira/browse/MRESOLVER-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17635503#comment-17635503
]
ASF GitHub Bot commented on MRESOLVER-269:
------------------------------------------
cstamas commented on PR #222:
URL: https://github.com/apache/maven-resolver/pull/222#issuecomment-1319067098
Good, same error as in IT reproduced:
```
Error:
org.eclipse.aether.internal.impl.DefaultFileProcessorTest.testWriteStream Time
elapsed: 0.007 s <<< ERROR!
java.nio.file.FileAlreadyExistsException:
/home/runner/work/maven-resolver/maven-resolver/maven-resolver-impl/target/surefire-tmp/aether-ba89ddd7/tmpdir-730038012625876920DefaultFileProcessorTest/testWriteStream.txt6170314563750400049tmp
```
> Allow more compact storage of provided checksums
> ------------------------------------------------
>
> Key: MRESOLVER-269
> URL: https://issues.apache.org/jira/browse/MRESOLVER-269
> Project: Maven Resolver
> Issue Type: Improvement
> Components: Resolver
> Reporter: Rafael Winterhalter
> Assignee: Tamas Cservenak
> Priority: Major
> Fix For: 1.9.0
>
>
> While the repository layout makes sense for storage outside of a project, it
> would be more convenient to store checksums in a single file (per algorithm)
> when keeping checksums along when storing these checksums within a project.
> This makes the storage easier to version control and avoids the overhead of
> storing a lot of files in version control what often creates some overhead.
> Ideally, Maven could support such files out of the box by shipping a provider
> for such files.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)