cstamas opened a new issue, #11321: URL: https://github.com/apache/maven/issues/11321
### Affected version master ### Bug description I came across this in ITs. Using latest master: ``` Apache Maven 4.1.0-SNAPSHOT (b0cbab3fa7ce3ffd7c5c88f07ab78a03e8bf5d70) Maven home: /home/cstamas/.sdkman/candidates/maven/latest-master Java version: 21.0.8, vendor: Eclipse Adoptium, runtime: /home/cstamas/.sdkman/candidates/java/21.0.8-tem Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.17.4-200.fc42.x86_64", arch: "amd64", family: "unix" ``` Untar the tarball, cd into its basedir. This works: ``` mvn validate ``` This explodes with SO: ``` mvn validate -f deps ``` Example: https://gist.github.com/cstamas/85ebeec9774454c2b00673a4ae3dedf9 Cause: "errouneously" I created a `.mvn` directory in `deps` directory. It is wrong, but still, SO is bad. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
