Re: [DISCUSS] Fix for #12646 — moving pro ject-local-repo out of target/
"Martin Desruisseaux via dev" <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.devel |
|---|---|
| Message-ID | <[email protected]> |
Le 04/08/2026 à 14:56, Guillaume Nodet a écrit : > I like the .mvn/target/project-local-repo which solves the problem, > and also provides a good location where plugins could move some > temporary data files without being disturbed by the clean plugin. I'm > thinking about the flatten plugin, the release plugin, and probably > more. It is fine for me. But does it mean that `.mvn` will always have nothing else than a `target` sub-directory? I understand that this is for allowing `.mvn/target` to be ignored without the need to change `.gitignore` configuration, but I find a little bit unfortunate to consume a directory level only for that. If there is plan to add some content other than `target` in the `.mvn` directory, then my remark can be forgotten. Martin