maven-toolchains-plugin icon indicating copy to clipboard operation
maven-toolchains-plugin copied to clipboard

Add additional locations for auto-discovery to scan

Open Okeanos opened this issue 4 months ago • 1 comments

Add additional locations for auto-discovery to scan

Resolves #129


Since https://github.com/apache/maven-toolchains-plugin/commit/3f9736c9f3cc90bb47519d8f99b60aee91f1b0fa running tests locally (on macOS) fails the build; I have not yet had the chance to debug this fully and understand whether it's a setup problem on my machine.


Following this checklist to help us incorporate your contribution quickly and easily:

  • [x] Your pull request should address just one issue, without pulling in other changes.
  • [x] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • [x] Each commit in the pull request should have a meaningful subject line and body. Note that commits might be squashed by a maintainer on merge.
  • [ ] Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied. This may not always be possible but is a best-practice.
  • [x] Run mvn verify to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • [ ] You have run the integration tests successfully (mvn -Prun-its verify).

If your pull request is about ~20 lines of code you don't need to sign an Individual Contributor License Agreement if you are unsure please ask on the developers list.

To make clear that you license your contribution under the Apache License Version 2.0, January 2004 you have to acknowledge this by using the following check-box.

Okeanos avatar Aug 20 '25 19:08 Okeanos

@gnodet can you take a look?

laeubi avatar Nov 13 '25 04:11 laeubi