Nils Breunese

Results 56 comments of Nils Breunese

@olamy I understand, but then why isn't it used for the `verify` phase in that last command?

By the way, I know that `mvn verify` and `mvn dependency:tree` could easily be run separately and then the build cache would be used, but my actual use case is...

This is the output with `--verbose` added: ``` osxphotos version: 0.70.0 Python version: 3.13.2 (main, Mar 17 2025, 21:26:38) [Clang 20.1.0 ] Platform: macOS-15.4.1-arm64-arm-64bit-Mach-O, 15.4.1 Verbose level: 1 exiftool path:...

I have the current latest version of `exiftool`: ``` ❯ exiftool -ver 13.29 ``` According to `ps aux | grep exiftool` there are no `exiftool` processes on my computer, so...

This PR updates the Maven and Maven Wrapper versions from versions which are a couple of years old -- Maven 3.9.0 is from 2023-01-31 and Maven Wrapper 3.1.1 is from...

It might be a good idea to make thee Spring Boot compatibility explicit in the group or artifact ID, e.g. `wiremock-spring-boot4`, instead of implicit via the artifact's major version. That...