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

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

Go to download

Tests and monitors your Maven dependencies for vulnerabilities. This plugin is officially maintained by Snyk.io

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 = "monitor", defaultPhase = LifecyclePhase.INSTALL)
public class SnykMonitorMojo extends SnykMojo {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy