Skip to content

Have a way to ignore/skip configuration errors #15

@quintesse

Description

@quintesse

I was using JitPack (jitpack.io) to compile a Maven project and because by default JitPack only provides Java 8 I thought I'd use the toolchains-maven-plugin to have it automatically install the correct JDK.

But I was getting MisconfiguredToolchainException errors. I don't have the exact error message anymore, but it was saying that the toolchain configuration had a reference to "openjdk6" but that there wasn't a valid home directory for it.

So perhaps the build environment provides an invalid toolchains.xml somehow, I don't know because I don't have access to the environment.

But I was thinking that perhaps it would be nice to not fail on configuration errors like this. Either by default or by using some kind of flag for the plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions