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

org.wildfly.plugins.bombuilder.InheritExclusions Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
package org.wildfly.plugins.bombuilder;

/**
 * Describes the relationship for inheriting dependency exclusions.
 *
 * @author James R. Perkins
 */
public enum InheritExclusions {
    /**
     * All exclusions are inherited.
     */
    ALL,
    /**
     * No exclusions are inherited.
     */
    NONE,
    /**
     * Exclusions from unmanaged dependencies are inherited.
     */
    UNMANAGED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy