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

io.github.devsecops.engine.mojos.artifact.DeployArtifactMojo Maven / Gradle / Ivy

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

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

@Mojo(name = "deploy-artifact")
public class DeployArtifactMojo extends AbstractSpringMojo {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy