protected Properties getProvidesProperties()

in src/it/setup-custom-toolchain/src/main/java/org/apache/maven/plugins/toolchains/its/custom/CustomToolchainFactory.java [120:124]


    protected Properties getProvidesProperties(ToolchainModel model) {
        Object value = getBeanProperty(model, "provides");

        return (value instanceof Properties) ? (Properties) value : toProperties((Xpp3Dom) value);
    }