Hi all,
I am using Maven to build benchmarks for JVM research. I have already
written a plugin that bundles up the benchmarks harness, dependencies,
and input data. This works like a charm. :-)
To integration-test the benchmarks, I would like my plugin to run
benchmark just build on a whole range of JVMs. To this end, Maven's
toolchain support seems like a perfect fit. Alas, the
maven-toolchain-plugin can configure only one toolchain of a given type
and the ToolchainManager only gives me access to a single "jdk" type
toolchain. What I want, instead, is to retrieve a list of all "jdk" type
toolchains matching some requirements from my plugin's configuration.
This can be done by using ToolchainManagerPrivate (and duplicating some
functionality of the maven-toolchain-plugin), but
ToolchainManagerPrivate doesn't look like its intended to be used that
way. Is there are better one?
Best wishes,
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]