Re: Plugin ITs with toolchain on ci-builds.a.o

2020-10-04 Thread Andreas Dangel
Thanks for the mentioning the trick. I experimented a bit and it seems, "invoker.toolchain.jdk.version" is indeed working as expected. It was probably a temporary hickup on the jenkins build nodes. However, toolchains.xml is only available on linux nodes, not on Windows nodes. I've create a INFRA

Re: Plugin ITs with toolchain on ci-builds.a.o

2020-10-03 Thread Robert Scholte
that's actually a question for builds@a.o IIRC the trick done by other plugins is to write an integration test with a toolchains.xm, filtering it with the Java Runtime path. Best it to search for ITs by one of the toolchain-aware plugins[1] thanks, Robert [1] https://maven.apache.org/guides/mini

Plugin ITs with toolchain on ci-builds.a.o

2020-10-02 Thread Andreas Dangel
Hi all, I'm trying to create a IT that uses toolchain. I've configured it in the test's pom [1] and in invoker.properties [2]. Locally, the IT executed, but on ci-builds.a.o the test "MPMD-304-toolchain-support" is skipped "due to Toolchain" [3]. I was assuming, that the toolchains configured by p