All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nebula.plugin.publishing.ManifestElementNameGenerator.groovy Maven / Gradle / Ivy

package nebula.plugin.publishing

class ManifestElementNameGenerator {
    static String elementName(String manifestProperty) {
        manifestProperty.replaceAll(/\.|-/, '_').replaceAll(/\s/, '').trim()
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy