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

io.snyk.snyk_maven_plugin.goal.SnykTestMojo Maven / Gradle / Ivy

Go to download

A Maven plguin that allows testing and monitoring of vulnerable dependencies with Snyk

The newest version!
package io.snyk.snyk_maven_plugin.goal;

import io.snyk.snyk_maven_plugin.command.Command;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;

@Mojo(name = "test", defaultPhase = LifecyclePhase.TEST)
public class SnykTestMojo extends SnykMojo {

    @Override
    public Command getCommand() {
        return Command.TEST;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy