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

net.sf.buildbox.releasator.ng.ScmAdapterFactory Maven / Gradle / Ivy

Go to download

Commandline utility for creating reproducible releases. Minimal parametrization, isolated sandbox for releases. Currently built on top of maven-release-plugin.

The newest version!
package net.sf.buildbox.releasator.ng;

public interface ScmAdapterFactory {
    public ScmAdapter create(String scmUrl);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy