org.wildfly.channelplugin.ChannelPluginLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-channel-maven-plugin
Show all versions of wildfly-channel-maven-plugin
This maven plugin overrides dependencies versions in a Maven project according to Wildfly channel definition.
package org.wildfly.channelplugin;
import org.jboss.logging.Logger;
public final class ChannelPluginLogger {
public static final Logger LOGGER = Logger.getLogger(ChannelPluginLogger.class.getPackageName());
}