public void execute()

in src/main/java/org/apache/maven/plugins/toolchain/jdk/SelectJdkToolchainMojo.java [162:168]


    public void execute() throws MojoFailureException {
        try {
            doExecute();
        } catch (MisconfiguredToolchainException e) {
            throw new MojoFailureException("Unable to select toolchain: " + e, e);
        }
    }