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

io.github.devsecops.engine.mojos.genconfig.GenConfigMojo Maven / Gradle / Ivy

There is a newer version: 3.4.0
Show newest version
package io.github.devsecops.engine.mojos.genconfig;

import io.github.devsecops.engine.mojos.AbstractSpringMojo;
import org.apache.maven.plugins.annotations.Mojo;

@Mojo(name = "gen-config")
public class GenConfigMojo extends AbstractSpringMojo {

    @Override
    public String getInvokerClass() {
        return GenConfigFactory.class.getName();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy