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

top.infra.maven.extension.OrderedConfigurationProcessor Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package top.infra.maven.extension;

import org.apache.maven.cli.CliRequest;
import org.apache.maven.settings.building.SettingsBuildingRequest;

import top.infra.maven.Ordered;

/**
 * Run before {@link SettingsBuildingRequest}.
 */
public interface OrderedConfigurationProcessor extends Ordered {

    void process(CliRequest request) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy