
io.snyk.snyk_maven_plugin.goal.SnykTestMojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snyk-maven-plugin Show documentation
Show all versions of snyk-maven-plugin Show documentation
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